Skip to content

Commit

Permalink
Fix an incorrect pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Feb 28, 2024
1 parent b380579 commit 8a7c0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lint-fix: black isort
# Install the project locally
install:
{{PYTHON_BINARY}} -m venv {{VIRTUAL_ENV}}
{{VIRTUAL_BIN}}/pip install -e ."[dev]"
{{VIRTUAL_BIN}}/pip install -e .

# Sorts imports throughout the project
isort:
Expand Down

0 comments on commit 8a7c0d3

Please sign in to comment.