Skip to content

Commit dadc2d5

Browse files
committed
add explanation FAQ
1 parent 5044199 commit dadc2d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/install.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ FAQs
9494
import sys
9595
sys.path.append('path/to/climada_python')
9696

97-
* ModuleNotFoundError; python library not found. It might happen that the pip dependencies of *env_climada.yml* (the ones specified after ``pip:``) have not been installed in the environment *climada_env*. You can then install manually these dependencies as follows::
97+
* ModuleNotFoundError; some python library is not found. It might happen that the pip dependencies of *env_climada.yml* (the ones specified after ``pip:``) have not been installed in the environment *climada_env*. You can then install them manually one by one as follows::
9898

9999
source activate climada_env
100100
pip install library_name
101+
102+
where ``library_name`` is the missing library.

0 commit comments

Comments
 (0)