Skip to content

Commit

Permalink
add conda-forge build to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed May 13, 2020
1 parent 3bf3bc9 commit 0609f05
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ assume you should be comfortable using the master branch.
Installation
============

Install as a conda package
--------------------------

By far the easiest way to install wflow, is using the ``conda`` package manager. This
package manager comes with the Anaconda Python distribution.
``wflow`` is available in the `conda-forge <https://conda-forge.org/>`_ channel. To install
you can use the following command:

+ ``conda install -c conda-forge wflow``

If this works it will install wflow with all dependencies including Python and PCRaster,
and you skip the rest of the installation instructions.

Installing Python and PCRaster dependencies
-------------------------------------------

The main dependencies for wflow are an installation of Python 3.6+, and PCRaster 4.2+.
Only 64 bit OS/Python is supported.

Expand Down
16 changes: 16 additions & 0 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Installation
============

Install as a conda package
==========================

By far the easiest way to install wflow, is using the ``conda`` package manager. This
package manager comes with the Anaconda Python distribution.
``wflow`` is available in the `conda-forge <https://conda-forge.org/>`_ channel. To install
you can use the following command:

+ ``conda install -c conda-forge wflow``

If this works it will install wflow with all dependencies including Python and PCRaster,
and you skip the rest of the installation instructions.

Installing Python and PCRaster dependencies
===========================================

The main dependencies for wflow are an installation of Python 3.6+, and PCRaster 4.2+.
Only 64 bit OS/Python is supported.

Expand Down

0 comments on commit 0609f05

Please sign in to comment.