You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/10-development-setup.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,16 +81,17 @@ conda activate esmvaltool
81
81
82
82
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/).
83
83
84
-
85
84
## Software installation
86
85
87
86
Once all prerequisites are fulfilled, ESMValTool can be installed by running
88
87
the following commands in the directory containing the ESMValTool source code:
89
88
90
89
~~~bash
91
-
pip install .
90
+
pip install --editable '.[develop]'
92
91
~~~
93
92
93
+
This will add the `esmvaltool` directory to the Python path in editable mode and install the developemnt dependencies.
94
+
94
95
## Test the installation
95
96
96
97
The next step is to check that the installation works properly.
0 commit comments