Skip to content

Commit

Permalink
Fix installing in wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
l0drex committed Nov 10, 2023
1 parent 1b5667d commit 1414164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ echo "Installing dependencies …"
# create virtual environment
python3 -m venv /opt/yin-yang/.venv
source .venv/bin/activate
pip3 install -r requirements.txt
/opt/yin-yang/.venv/bin/pip3 install --upgrade setuptools pip wheel
/opt/yin-yang/.venv/bin/pip3 install -r requirements.txt

echo "Installing yin yang"
#check if /opt/ directory exists else create
Expand Down

0 comments on commit 1414164

Please sign in to comment.