Installation
Install via pip
The package can be installed via pip:
pip install jeam
Install from source
Alternatively, the latest version of the package can be installed directly from Gihub repository:
pip install git+https://github.com/AmirHoseinHadian/JEAM.git
Dependencies
JEAM requires the following Python packages:
numpyscipypandasnumbampmath
All dependencies are installed automatically when using pip.
Conda environment (suggested)
If you have Andaconda or miniconda installed and you would like to create a separate environment:
conda create --name jeam_env python=3
conda activate jeam_env
pip install jeam