This commit is contained in:
yair-mantis 2023-02-17 01:23:11 +02:00
parent 9764923ea1
commit 9fdf0b1454

View File

@ -33,7 +33,7 @@ srsly now, tami automation team suggest to setup using python3.8[1]
git clone git@github.com:telavivmakers/boring-admin.git git clone git@github.com:telavivmakers/boring-admin.git
cd boring-admin cd boring-admin
python -m venv .venv python -m venv .venv
source ./.venv/scripts/activate #omit the source command on linux source ./.venv/scripts/activate #omit the source command on windows
./venv/scripts/pip install pip --update ./venv/scripts/pip install pip --update
pip install green_invoice requests pip install green_invoice requests
``` ```