From 58dd20fc1de58c446ae6101a9cc352c32ee33823 Mon Sep 17 00:00:00 2001 From: jeandut Date: Thu, 24 Oct 2024 11:39:45 +0200 Subject: [PATCH] Update installation.rst --- docs/source/installation.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index a3281c00..366f8149 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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