Skip to content

Commit

Permalink
Remove unnecessary boost install (it never was a missing dependency b…
Browse files Browse the repository at this point in the history
…ut a version problem)
  • Loading branch information
florian-wagner committed Nov 17, 2017
1 parent 9ea2102 commit e2c334a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL_LINUX.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ Install pygimli (and its dependencies) and test if everything works correctly vi
.. code-block:: bash
conda install -f pygimli
conda install boost # depndency missing currently
python -c "import pygimli; pygimli.test()"
Update your pygimli installation if want to have the newest functionality:

.. code-block:: bash
Expand Down

0 comments on commit e2c334a

Please sign in to comment.