@@ -79,16 +79,26 @@ dependencies needed.
79
79
80
80
Installing ``natcap.invest `` from local source code
81
81
"""""""""""""""""""""""""""""""""""""""""""""""""""
82
- From an activated virtual environment::
82
+ From an activated virtual environment, it's safest to uninstall any existing installation
83
+ and then install `natcap.invest `::
83
84
85
+ $ pip uninstall natcap.invest
84
86
$ make install
85
87
86
88
In practice, it can be convenient to use an "editable install" instead to avoid needing
87
- to re-install after making changes to source code::
89
+ to uninstall & re-install after making changes to source code::
88
90
89
91
$ pip install -e .
90
92
91
- But note that any changes to non-Python files will still require compilation.
93
+ Note that with an editable install any changes to non-Python (Cython, C++) files will
94
+ require compilation using one of the above installation methods.
95
+
96
+ *The Workbench is not part of the * ``natcap.invest `` *Python package. See *
97
+ ``workbench/readme.md `` *for developer details. *
98
+
99
+ A successful ``natcap.invest `` installation will include the InVEST CLI::
100
+
101
+ $ invest list
92
102
93
103
Building InVEST Distributions
94
104
-----------------------------
@@ -153,7 +163,7 @@ To build the user's guide::
153
163
This will build HTML and PDF documentation, writing them to ``dist/userguide ``
154
164
and ``dist/InVEST_*_Documentation.pdf ``, respectively.
155
165
156
- The User's Guide is maintained in a separate git reporsitory . InVEST will build
166
+ The User's Guide is maintained in a separate git repository . InVEST will build
157
167
the User's Guide with the commit defined in the ``Makefile ``::
158
168
159
169
GIT_UG_REPO := https://github.com/natcap/invest.users-guide
0 commit comments