mirror of https://github.com/zeldaret/tp.git
Add requirements.txt with all necessary python dependencies and update README (#127)
Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
parent
63cd9416f2
commit
3b7364d481
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
rich
|
||||
click
|
||||
intervaltree
|
||||
yaz0
|
||||
numpy
|
||||
capstone
|
||||
aiofiles
|
||||
GitPython
|
||||
Loading…
Reference in New Issue