mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
🛠 remove 3
This commit is contained in:
parent
624a8ce657
commit
523fc76122
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ source venv/bin/activate
|
|||
Install dependencies:
|
||||
|
||||
```
|
||||
pip3 install -r requirements.txt
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Install package:
|
||||
|
||||
```
|
||||
pip3 install .
|
||||
pip install .
|
||||
```
|
||||
|
||||
Test your install with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue