Skip to content

Commit

Permalink
REL: Version bump in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner committed Mar 4, 2024
1 parent d67c8ff commit f4ba451
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions INSTALLATION.rst
Expand Up @@ -13,7 +13,7 @@ Installation
<img src="https://anaconda.org/gimli/pygimli/badges/version.svg?style=flat-square"/>
</a>
<a href="https://anaconda.org/gimli/pygimli" >
<img src="https://anaconda.org/gimli/pygimli/badges/latest_release_date.svg?style=flat-square"/>
<img src="https://anaconda.org/gi wmli/pygimli/badges/latest_release_date.svg?style=flat-square"/>
</a>
<a href="https://anaconda.org/gimli/pygimli" >
<img src="https://anaconda.org/gimli/pygimli/badges/platforms.svg?style=flat-square"/>
Expand All @@ -36,7 +36,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.4.6
conda create -n pg -c gimli -c conda-forge "pygimli>=1.5.0"
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 Expand Up @@ -84,7 +84,7 @@ again and install pygimli using conda just as mentioned above.
import condacolab
condacolab.check()
!conda install -c gimli pygimli=1.4.6
!conda install -c gimli "pygimli>=1.5.0"
Testing the installation
------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,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.4.6
conda create -n pg -c gimli -c conda-forge "pygimli>=1.5.0"
```

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
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
- gimli
dependencies:
- pgcore >= 1.4.0
- pgcore >= 1.5.0
- matplotlib
- jupyter
- sphinx >= 3.1
Expand Down

0 comments on commit f4ba451

Please sign in to comment.