Skip to content

Commit

Permalink
Version bump to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Jun 7, 2022
1 parent 422700f commit a854ca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions INSTALLATION.rst
Expand Up @@ -7,8 +7,9 @@ On all platforms, we recommend to install pyGIMLi via the conda package manager
contained in the Anaconda distribution. For details on how to install Anaconda,
we refer to: https://docs.anaconda.com/anaconda/install/

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

.. code-block:: bash
conda create -n pg -c gimli -c conda-forge pygimli=1.2.5
conda create -n pg -c gimli -c conda-forge pygimli=1.2.6
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ separate environment. Here we call this environment pg, but you can give it any
name. Note that this environment has to be created only once.

``` bash
conda create -n pg -c gimli -c conda-forge pygimli=1.2.5
conda create -n pg -c gimli -c conda-forge pygimli=1.2.6
```

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.
Expand Down

0 comments on commit a854ca4

Please sign in to comment.