Installation¶
Requirements¶
pyLBL requires python 3 (>= version 3.6) and requires the following:
matplotlib
netCDF4
numpy
scipy
sqlalchemy
xarray
Installing from Conda Forge¶
The preferred way to install pyLBL is with conda. Users may it find it useful
to create their own conda environment and install the model inside it by running:
conda create -n env
conda activate env
conda install -c conda-forge pyLBL
Here the name of the environment env can be anything the user desires.
Installing from Github¶
pyLBL can also be obtained from github by running:
git clone --recursive https://github.com/GRIPS-code/pyLBL.git
cd pyLBL
python3 setup.py install
In order to contribute, please fork the repository and submit issues and pull requests.
