Skip to content

Commit

Permalink
fix deps path
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Jan 22, 2021
1 parent 1b558ea commit 2867682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fava
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -ue
cd $(dirname "$0")

if ! [[ -d venv ]]; then
python3 -m venv .venv
echo Installing fava ...
python3 -m venv venv
venv/bin/pip3 install -r requirements.txt
fi

Expand Down

0 comments on commit 2867682

Please sign in to comment.