exec cython and buildozer inside the venv

This commit is contained in:
Daniel afx 2020-09-21 01:42:24 +03:00
parent 3f7fccec4c
commit 4d68384b0f

View file

@ -7,8 +7,8 @@ python3 -m pip install --upgrade --user pip setuptools virtualenv
python3 -m virtualenv venv
# exec inside the venv
pip install --upgrade cython buildozer
source venv/bin/activate
pip install --upgrade cython buildozer
pip install -r requierments.txt
echo " "
pip freeze