diff --git a/doc/installation.rst b/doc/installation.rst index a51d2ff..d646829 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -52,7 +52,7 @@ The environment can be installed using: .. code:: bash - /pypsa-distribution % conda env create -f pypsa-earth/envs/environment.yaml + .../pypsa-distribution % conda env create -f pypsa-earth/envs/environment.yaml If the above takes longer than 30min, you might want to try mamba for faster installation: @@ -60,13 +60,13 @@ If the above takes longer than 30min, you might want to try mamba for faster ins (base) conda install -c conda-forge mamba - /pypsa-distribution % mamba env create -f pypsa-earth/envs/environment.yaml + .../pypsa-distribution % mamba env create -f pypsa-earth/envs/environment.yaml Extra python package requirements are satisfied by manually installing them. Currently the ramp package is added to existing pypsa-earth environment by using: .. code:: bash - /some/other/path/pypsa-distribution % conda activate pypsa-earth + .../pypsa-distribution % conda activate pypsa-earth (pypsa-earth) pip install rampdemand @@ -79,10 +79,10 @@ The tool provide automated ways to keep the code clean and consistent. To make sure to install the tool, please run: .. code:: bash - - /pypsa-distribution % conda activate pypsa-earth - /pypsa-distribution % pre-commit install + .../pypsa-distribution % conda activate pypsa-earth + + .../pypsa-distribution % pre-commit install Set Configuration File