Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Huneshagen committed Jan 5, 2024
1 parent 957b245 commit 3e2cd7c
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 @@ -4,10 +4,10 @@ install:
pip install -r requirements.txt

install-dev:
pip install -r requirements.txt -r requirements-dev.txt .
pip install -r requirements-dev.txt .

install-docs:
pip install -r requirements.txt -r requirements-docs.txt .
pip install -r requirements-docs.txt .

format: isort-format black-format

Expand Down

0 comments on commit 3e2cd7c

Please sign in to comment.