Installation ============ .. role:: bash(code) :language: bash .. role:: python(code) :language: python3 Dependencies ------------ Install Python 3, e.g. via `Anaconda `_. Install the required packages: conda install --file requirements.txt Install via PyPi ----------------- .. code:: bash pip3 install susi Install via Conda ----------------- .. code:: bash conda install -c conda-forge susi Install manually ---------------- 1. Download the package on `PyPi `_ 2. Navigate to the install folder in your terminal with :bash:`cd` 3. Install with :bash:`python setup.py install` Install latest development version ---------------------------------- .. code:: bash git clone https://github.com/felixriese/susi.git cd susi/ python setup.py install