############ Installation ############ Pymrio is registered at PyPI and on the Anaconda Cloud. Install it by: .. code:: bash pip install pymrio --upgrade or when using conda install it by .. code:: bash conda install -c conda-forge pymrio or update to the latest version by .. code:: bash conda update -c conda-forge pymrio The source-code is available at the GitHub repo: https://github.com/IndEcol/pymrio The master branch in that repo is supposed to be ready for use and might be ahead of the official releases. To install directly from the master branch use: .. code:: bash pip install git+https://github.com/IndEcol/pymrio@master