Skip to content

Installation

Carlos Vidal edited this page Dec 1, 2021 · 9 revisions

Flapjack's python package installation

Install requirements:

  • Git
  • Environment manager of your preference
  • python >= 3.8

Installation


$ 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.

Clone this wiki locally