Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Shuyib authored Nov 18, 2024
1 parent 3863972 commit 22a9f2d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ venv/bin/activate: requirements.txt
chmod +x .venv/bin/activate
# activate virtual environment
. .venv/bin/activate

activate:
# activate virtual environment
. .venv/bin/activate
# check if virtual environment exists, create if not
@if [ ! -d ".venv" ]; then make venv/bin/activate; fi
# activate virtual environment
. .venv/bin/activate

install: requirements.txt # prerequisite
# install commands
Expand Down

0 comments on commit 22a9f2d

Please sign in to comment.