Skip to content

Commit

Permalink
update dev installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
afrubin committed Feb 24, 2023
1 parent 29ec195 commit c82cb73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ Install fqfa from PyPI using pip:

pip3 install fqfa

To install the package for development purposes, include the optional dependencies:
To set up the package for development purposes, include the optional dependencies and
install pre-commit:

pip3 install fqfa[dev]
pre-commit install

Building the documentation requires the following additional packages:

Expand Down

0 comments on commit c82cb73

Please sign in to comment.