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