Skip to content

Commit 3312568

Browse files
committed
Correct pip
1 parent d025907 commit 3312568

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_episodes/10-development-setup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,17 @@ conda activate esmvaltool
8181
8282
If you run into trouble, please try recreating the environment. More information can be found in the [conda documentation](https://docs.conda.io/en/latest/).
8383
84-
8584
## Software installation
8685
8786
Once all prerequisites are fulfilled, ESMValTool can be installed by running
8887
the following commands in the directory containing the ESMValTool source code:
8988
9089
~~~bash
91-
pip install .
90+
pip install --editable '.[develop]'
9291
~~~
9392
93+
This will add the `esmvaltool` directory to the Python path in editable mode and install the developemnt dependencies.
94+
9495
## Test the installation
9596
9697
The next step is to check that the installation works properly.

0 commit comments

Comments
 (0)