updates for installing with pip
This commit is contained in:
@@ -14,4 +14,5 @@ Install
|
|||||||
|
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
pip install wheel
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|||||||
@@ -2,5 +2,6 @@ django
|
|||||||
django-registration
|
django-registration
|
||||||
pytz
|
pytz
|
||||||
matplotlib
|
matplotlib
|
||||||
|
mysqlclient
|
||||||
btcde
|
btcde
|
||||||
xlwt
|
xlwt
|
||||||
|
|||||||
Reference in New Issue
Block a user