Skip to content

Commit

Permalink
Merge pull request #146 from simpeg/inplace-correction
Browse files Browse the repository at this point in the history
Correct '--inline' to '--inplace'.
  • Loading branch information
lheagy authored Apr 22, 2019
2 parents e53b518 + 27f913b commit 2aac305
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,16 @@ discretize is on pypi::
Installing from Source
----------------------

If you are not a developer then pip is really the preferred way. However, if
you are an active developer of discretize you might want to install if from source:

First (you need git)::

git clone https://github.com/simpeg/discretize

Second (from the root of the discretize repository)::

python setup.py build_ext --inline
python setup.py build_ext --inplace

This builds the cython extensions. You will also need to add
the discretize directory to your PYTHON_PATH.
Expand Down

0 comments on commit 2aac305

Please sign in to comment.