1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +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:
cadmic 2024-01-24 12:06:07 -08:00 committed by GitHub
parent 111c2e84ae
commit 0417e739cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: Now you can install the Python dependencies, to do so run:
```bash ```bash
python3 -m pip install -U -r requirements.txt pip install -U -r requirements.txt
``` ```
#### 4. Prepare a base ROM #### 4. Prepare a base ROM