-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Carlos Vidal edited this page Dec 1, 2021
·
9 revisions
- Git
- Environment manager of your preference
- python >= 3.8
$ conda create -n flapjack python=3
$ conda activate flapjack
$ git clone https://github.com/RudgeLab/pyFlapjack.git
$ cd flapjack/
$ pip install -e .
$ conda install -c plotly plotly-orca
Start using this package following the notebooks in this repository.