mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Suggest pip install -U -r requirements.txt (#1618)
* Suggest pip install -r requirements.txt * Update README.md Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
111c2e84ae
commit
0417e739cc
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ Keep in mind that for each new terminal session, you will need to **activate** t
|
|||
Now you can install the Python dependencies, to do so run:
|
||||
|
||||
```bash
|
||||
python3 -m pip install -U -r requirements.txt
|
||||
pip install -U -r requirements.txt
|
||||
```
|
||||
|
||||
#### 4. Prepare a base ROM
|
||||
|
|
Loading…
Reference in a new issue