mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
python requirements
This commit is contained in:
parent
a93640fe22
commit
10b2b0697e
@ -58,7 +58,7 @@ The build process has a few python packages required that are located in `requir
|
||||
To install them simply run in a terminal:
|
||||
|
||||
```bash
|
||||
python3 -m pip install -r requirements.txt
|
||||
python3 -m pip install -r ./tools/requirements-python.txt
|
||||
```
|
||||
|
||||
#### 4. Prepare a base ROM
|
||||
|
9
tools/requirements-python.txt
Normal file
9
tools/requirements-python.txt
Normal file
@ -0,0 +1,9 @@
|
||||
spimdisasm==1.17.0
|
||||
rabbitizer==1.7.0
|
||||
PyYAML
|
||||
pylibyaml
|
||||
tqdm
|
||||
intervaltree
|
||||
colorama
|
||||
pygfxd
|
||||
n64img>=0.1.4
|
Loading…
Reference in New Issue
Block a user