exec cython and buildozer inside the venv
This commit is contained in:
parent
3f7fccec4c
commit
4d68384b0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue