2. Installation

Get the latest version of Thermosteam from PyPI. If you have an installation of Python with pip, simple install it with:

$ pip install thermosteam

To get the git version, run:

$ git clone git://github.com/BioSTEAMDevelopmentGroup/thermosteam

2.1. Common Issues

  • Cannot install/update Thermosteam:

    If you are having trouble installing or updating Thermosteam, it may be due to dependency issues. You can bypass these using:

    $ pip install --user --ignore-installed thermosteam
    

    You can make sure you install the right version by including the version number:

    $ pip install thermosteam==<version>