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¶
ESIpy can be installed via pip:
pip install esipython
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 .
