Skip to content

Commit f5b05f9

Browse files
committed
Refer to the future develop branch
1 parent b789d0b commit f5b05f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Install GSTools by typing the following into the command prompt:
3838

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

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

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

5050
Or for the development version:
5151

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

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

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To get the latest development version you can install it directly from GitHub:
2727

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

4343
.. code-block:: none
4444
45-
pip install --global-option="--openmp" https://github.com/GeoStat-Framework/GSTools/archive/master.zip
45+
pip install --global-option="--openmp" https://github.com/GeoStat-Framework/GSTools/archive/develop.zip
4646
4747
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>`_.
4848

0 commit comments

Comments
 (0)