From f5b05f951726d849225b30cbfd439ca4d4f35cc1 Mon Sep 17 00:00:00 2001 From: MuellerSeb Date: Fri, 8 Nov 2019 13:15:08 +0100 Subject: [PATCH] Refer to the future develop branch --- README.md | 4 ++-- docs/source/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 580f5efa..786f7d67 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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]. diff --git a/docs/source/index.rst b/docs/source/index.rst index 52ae6311..fe1754d9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 @@ -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 `_.