-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Gonzalo Vidal edited this page Dec 24, 2021
·
5 revisions
Welcome to the LOICA wiki!
- Environment manager of your preference
- python >= 3.8
- pyFlapjack: For instructions on how to install this package, visit the pyFlapjack's intallation instructions. You will need a Flapjack account to run part of the examples, if you don't have one please register Here.
- Git (for developers)
$ conda create -n loica python=3
$ conda activate loica
$ pip install loica
$ conda create -n loica python=3
$ conda activate loica
$ git clone https://github.com/RudgeLab/LOICA.git
$ cd loica
$ pip install -e .
We encourage you to use this package and take full advantage of its features. Our Jupyter notebook tutorials are a good place to start.