Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Apr 2, 2024
1 parent 3b05254 commit fb31dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ install-requirements:
python -m pip install ./requirements/requirements.in

install-test-requirements:
python -m pip nstall ./requirements/requirements-test.in
python -m pip install ./requirements/requirements-test.in

install-build-requirements:
python -m pip nstall ./requirements/requirements-build.in
python -m pip install ./requirements/requirements-build.in

dev-install:
pip install -e .
Expand Down

0 comments on commit fb31dea

Please sign in to comment.