Skip to content

Commit

Permalink
Fix package name in make target
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalzek committed Sep 30, 2022
1 parent a6674d2 commit e14a528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
venv-create:
pip install venv
pip install virtualenv
python3 -m venv venv

venv-activate:
Expand Down

0 comments on commit e14a528

Please sign in to comment.