Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Oct 24, 2024
1 parent ca5b2c4 commit 58dd20f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Within the environment, install the package by running:
.. code-block::
git clone https://github.com/owkin/fedeca.git
cd fedeca
pip install -e ".[all_extra]"
If you plan developing, you should also install the pre-commit hooks
If you plan on contributing, you should also install the pre-commit hooks

```bash
pre-commit install
.. code-block:: bash
pre-commit install

0 comments on commit 58dd20f

Please sign in to comment.