Skip to content

Commit a854ca4

Browse files
Version bump to 1.2.6
1 parent 422700f commit a854ca4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

INSTALLATION.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ On all platforms, we recommend to install pyGIMLi via the conda package manager
77
contained in the Anaconda distribution. For details on how to install Anaconda,
88
we refer to: https://docs.anaconda.com/anaconda/install/
99

10-
A **step-by-step guide for Windows users** can be found `here
11-
<https://www.pygimli.org/_downloads/pygimli_win_install_guide.pdf>`_.
10+
.. TODO: Temporarily disabled. PDF needs to update version automatically.
11+
.. A **step-by-step guide for Windows users** can be found `here
12+
.. <https://www.pygimli.org/_downloads/pygimli_win_install_guide.pdf>`_.
1213
1314
To avoid conflicts with other packages, we recommend to install pygimli in a
1415
separate environment. Here we call this environment `pg`, but you can give
@@ -18,7 +19,7 @@ Open a terminal (Linux & Mac) or the Anaconda Prompt (Windows) and type:
1819

1920
.. code-block:: bash
2021
21-
conda create -n pg -c gimli -c conda-forge pygimli=1.2.5
22+
conda create -n pg -c gimli -c conda-forge pygimli=1.2.6
2223
2324
If you are using Windows or Mac, a new environment named "pg" should be visible
2425
in the Anaconda Navigator. If you want to use pyGIMLi from the command line, you

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ separate environment. Here we call this environment pg, but you can give it any
4545
name. Note that this environment has to be created only once.
4646

4747
``` bash
48-
conda create -n pg -c gimli -c conda-forge pygimli=1.2.5
48+
conda create -n pg -c gimli -c conda-forge pygimli=1.2.6
4949
```
5050

5151
If you are using Windows or Mac, a new environment named “pg” should be visible in the Anaconda Navigator. If you want to use pygimli from the command line, you have to activate the environment. You can put this line in your ~/.bashrc file so that it is activated automatically if you open a terminal.

0 commit comments

Comments
 (0)