Skip to content
Update Development shell authored by Leon Riesebos's avatar Leon Riesebos
...@@ -23,4 +23,4 @@ Because the environment is managed by Nix, it is not possible to install extra p ...@@ -23,4 +23,4 @@ Because the environment is managed by Nix, it is not possible to install extra p
## Conda / Mamba ## Conda / Mamba
For Conda users it is possible to load the appropriate environment into PyCharm which allows step debugging and all other development features discussed above. `pip install -e ...` can be used to install any package from source. For Conda users it is possible to [load the appropriate Conda environment into PyCharm](https://www.jetbrains.com/help/pycharm/configuring-local-python-interpreters.html), which allows step debugging and all other development features discussed above. `pip install -e ...` can be used to install any package from source.
\ No newline at end of file \ No newline at end of file