Installation¶
To install gwf via pip:
pip install gwf
To install gwf via conda:
conda config --add channels gwforg
conda install gwf
We recommend that you install gwf in a project-specific environment:
conda config --add channels gwforg
conda create -n myproject python=3.5 gwf dep1 dep2 ...
source activate myproject
You can find the code for gwf here. You are encouraged to report any issues through the issue tracker, which is also a good place to ask questions.