From 12663633fbc671b0cd0e2e4fea01d7e8c5092528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Tue, 26 Mar 2019 17:36:05 +0100 Subject: [PATCH 1/2] Correct '--inline' to '--inplace'. --- docs/content/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installing.rst b/docs/content/installing.rst index 07d8c0f19..eddd857f5 100644 --- a/docs/content/installing.rst +++ b/docs/content/installing.rst @@ -55,7 +55,7 @@ First (you need git):: 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. From c7387a247f8ad84c074c9697aa472179514c679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Tue, 26 Mar 2019 18:26:51 +0100 Subject: [PATCH 2/2] Add a note of caution --- docs/content/installing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/installing.rst b/docs/content/installing.rst index eddd857f5..50f0c38e1 100644 --- a/docs/content/installing.rst +++ b/docs/content/installing.rst @@ -49,6 +49,9 @@ discretize is on pip:: 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