File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Install GSTools by typing the following into the command prompt:
3838
3939To 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
4343To enable the OpenMP support, you have to provide a C compiler, Cython and OpenMP.
4444To get all other dependencies, it is recommended to first install gstools once
@@ -49,7 +49,7 @@ Then use the following command:
4949
5050Or 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
5454If something went wrong during installation, try the [ `` -I `` flag from pip] [ pipiflag ] .
5555
Original file line number Diff line number Diff 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.
3333To 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
You can’t perform that action at this time.
0 commit comments