From 4d68384b0f2c056b3a6fc90612104d39d48f4fa8 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Mon, 21 Sep 2020 01:42:24 +0300 Subject: [PATCH] exec cython and buildozer inside the venv --- setup_venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_venv.sh b/setup_venv.sh index 21e259b..76c3801 100755 --- a/setup_venv.sh +++ b/setup_venv.sh @@ -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