Skip to content

Commit 54dd0fc

Browse files
authored
Docs: Remove env_developer.yml from install guide (#727)
1 parent 8291334 commit 54dd0fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/guide/install.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,12 @@ For advanced Python users or developers of CLIMADA, we recommed cloning the CLIM
118118
git checkout develop
119119
120120
#. Create an Anaconda environment called ``climada_env`` for installing CLIMADA.
121-
Use the default environment specs in ``env_climada.yml`` to create it, and update it with the ``env_developer.yml`` specs.
121+
Use the default environment specs in ``env_climada.yml`` to create it.
122122
Then activate the environment:
123123

124124
.. code-block:: shell
125125
126126
conda env create -n climada_env -f requirements/env_climada.yml
127-
conda env update -n climada_env -f requirements/env_developer.yml
128127
conda activate climada_env
129128
130129
#. Install the local CLIMADA source files as Python package using ``pip``:

0 commit comments

Comments
 (0)