Installation ************ ESIpy can be installed through different methods. In all cases, it is recommended to create a conda environment: .. code-block:: bash conda create --name esipy python=3.8 conda activate esipy Installing via pip ------------------ The latest stable version can be installed via pip: .. code-block:: bash pip install esipython The latest non-stable version available on Github can be obtained through: .. code-block:: bash pip install git+https://github.com/jgrebol/ESIpy.git Installing from source ---------------------- To install ESIpy from source, follow these steps: 1. Clone the repository: .. code-block:: bash git clone https://github.com/jgrebol/ESIpy.git cd ESIpy 2. Install the package: .. code-block:: bash pip install .