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
description: "Repository for the GlabTop2 model\r\n=============================================================\r\n\r\nThe documentation can be found here: https://glabtop2-py.readthedocs.io/en/latest/.\r\
By default this installs Python version 3.7. Momentarily, PCRaster only works with Python version 3.6. Therefore, you need to downgrade the Python installation using::
62
+
63
+
conda install python=3.6
64
+
65
+
.. _installation_anaconda:
66
+
67
+
Install GlabTop2-py using Anaconda
68
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69
+
70
+
Once you have PCRaster and Anaconda installed you can easily install GlabTop2-py via the command prompt::
71
+
72
+
conda install -c WilcoTerink GlabTop2-py
73
+
74
+
The command above will always install the most recent GlabTop2-py release. Upgrading an already installed GlabTop2-py distribution
75
+
to the most recent release can be achieved by::
76
+
77
+
conda update -c WilcoTerink GlabTop2-py
78
+
79
+
After you have installed GlabTop2-py, the package resides under::
@@ -70,7 +126,7 @@ Alternatively, you can download GlabTop2-py from my GitHub repository:
70
126
You can download the release you want, and extract the contents to a folder on your hard drive.
71
127
GlabTop2-py can then be run from inside this folder.
72
128
73
-
Installation by this method, however, is not recommended because it does not check for the dependencies that are required to run GlabTop2-py, whereas the :ref:`pip <pip>`
129
+
Installation by this method, however, is not recommended because it does not check for the dependencies that are required to run GlabTop2-py, whereas the :ref:`Anaconda <anaconda>`
<liclass="toctree-l2"><aclass="reference internal" href="running.html#run-via-pip-installation">Run via pip installation</a></li>
179
+
<liclass="toctree-l2"><aclass="reference internal" href="running.html#run-via-anaconda-or-pip-installation">Run via Anaconda or pip installation</a></li>
179
180
<liclass="toctree-l2"><aclass="reference internal" href="running.html#run-via-the-github-download-installation">Run via the GitHub download installation</a></li>
0 commit comments