Skip to content

Commit

Permalink
Refer to the future develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Nov 8, 2019
1 parent b789d0b commit f5b05f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Install GSTools by typing the following into the command prompt:

To get the latest development version you can install it directly from GitHub:

pip install https://github.com/GeoStat-Framework/GSTools/archive/master.zip
pip install https://github.com/GeoStat-Framework/GSTools/archive/develop.zip

To enable the OpenMP support, you have to provide a C compiler, Cython and OpenMP.
To get all other dependencies, it is recommended to first install gstools once
Expand All @@ -49,7 +49,7 @@ Then use the following command:

Or for the development version:

pip install --global-option="--openmp" https://github.com/GeoStat-Framework/GSTools/archive/master.zip
pip install --global-option="--openmp" https://github.com/GeoStat-Framework/GSTools/archive/develop.zip

If something went wrong during installation, try the [``-I`` flag from pip][pipiflag].

Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To get the latest development version you can install it directly from GitHub:

.. code-block:: none
pip install https://github.com/GeoStat-Framework/GSTools/archive/master.zip
pip install https://github.com/GeoStat-Framework/GSTools/archive/develop.zip
To enable the OpenMP support, you have to provide a C compiler, Cython and OpenMP.
To get all other dependencies, it is recommended to first install gstools once
Expand All @@ -42,7 +42,7 @@ Or for the development version:

.. code-block:: none
pip install --global-option="--openmp" https://github.com/GeoStat-Framework/GSTools/archive/master.zip
pip install --global-option="--openmp" https://github.com/GeoStat-Framework/GSTools/archive/develop.zip
If something went wrong during installation, try the :code:`-I` `flag from pip <https://pip-python3.readthedocs.io/en/latest/reference/pip_install.html?highlight=i#cmdoption-i>`_.

Expand Down

0 comments on commit f5b05f9

Please sign in to comment.