Installation¶
Requirements¶
pyLBL requires python 3 (>= version 3.6) and requires the following:
matplotlib
netCDF4
numpy
scipy
sqlalchemy
xarray
Installing using Pip¶
From the base of the repository, run:
pip install .
Installing from Conda Forge¶
This is currently under development. Please check back soon.
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.
