Skip to content

Commit

Permalink
Include documentation tools in dev installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed Aug 12, 2020
1 parent a56a852 commit 05d9d44
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 @@ -31,7 +31,7 @@ clean:
# DOC: Install and/or upgrade dependencies
update:
pip install --upgrade pip setuptools
pip install --upgrade --editable .[dev]
pip install --upgrade --editable .[dev,doc]
pip freeze


Expand Down

0 comments on commit 05d9d44

Please sign in to comment.