diff --git a/docs/contributing.rst b/docs/contributing.rst index 6c656b17..a810d121 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -27,7 +27,7 @@ Alternatively, you can also use the `requirements.txt` file to install the dependencies yourself. That would be:: pip install -r requirements.txt - pip install . + pip install -e . And then run the application::