.. _install: Install ------- CADETMatch is a parameter estimation and error modeling library for Python. CADETMatch has a number of dependencies and they can be automatically installed. The Python libraries for CADET don't include CADET and it must be installed separately by following the instructions on `cadet.github.io `_. We recommend installing `Anaconda `_. Anaconda is a high-performance scientific distribution of Python that includes many common packages needed for scientific and engineering work. Download the installer from their `website `_ and run it for the local user. After installing Anaconda open an `Anaconda Shell` and run the following commands: .. code-block:: bash conda config --add channels anaconda-fusion conda config --add channels conda-forge conda install -c immudzen cadetmatch If you prefer to install from PyPi you can run .. code-block:: bash pip install CADETMatch The PyPi packages are updated more frequently than the conda packages are.