improve venv setup

This commit is contained in:
jakubknczny 2022-01-23 16:40:14 +01:00
parent f7b30e3c7e
commit 649dab0348
2 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1,4 @@
source gpu/bin/activate
pip install pandas ipython
pip install nltk
pip install rapidfuzz

View File

@ -3,7 +3,4 @@
apt install python3-pip apt install python3-pip
apt install python3-virtualenv apt install python3-virtualenv
virtualenv -p python3.8 gpu virtualenv -p python3.8 gpu
source gpu/bin/activate . ./venv-setup-helper.py
pip install pandas ipython
pip install nltk
pip install rapidfuzz