Skip to content

Commit

Permalink
Change command to run in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
WashingtonBispo committed Feb 8, 2022
1 parent a6e154f commit 038a5fb
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
Expand Up @@ -64,7 +64,7 @@ clean:
rm -rf docs/.docusaurus

install:
python -m pip install -U poetry
python3 -m pip install -U poetry
poetry run python -m pip install -U pip
poetry install

Expand Down

0 comments on commit 038a5fb

Please sign in to comment.