🛠 remove 3

This commit is contained in:
bt3gl 2019-12-03 20:00:04 -08:00 committed by GitHub
parent 624a8ce657
commit 523fc76122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: