Add requirements.txt with all necessary python dependencies and update README (#127)

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog 2021-05-02 20:49:51 +02:00 committed by GitHub
parent 63cd9416f2
commit 3b7364d481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,8 @@ And will eventually build all the [RELs](./docs/rels_sha1.md).
2. Run the executable located at `devkitPro\msys2\msys2.exe`
3. Update pacman by running the following command: `pacman -Syu`
4. Install the necessary dependencies by running the following command: `pacman -S python3-pip base-devel gcc vim cmake`
5. Change to the directory of where you cloned this repository and you are ready to build!
5. Change to the directory of where you cloned this repository
6. Install the required python dependencies with `python3 -mpip install -r tools/requirements.txt`
## Build Instructions

8
tools/requirements.txt Normal file
View File

@ -0,0 +1,8 @@
rich
click
intervaltree
yaz0
numpy
capstone
aiofiles
GitPython