Read the Docs Here: https://felpy.readthedocs.io/
Currently, FELpy is packaged for development only using 'conda-develop'.
- [] #2
If you wish to create a unique environment for FELpy, run:
conda create -n felpy python=3.6
conda activate felpy
Otherwise, you can install in dev-mode by running:
git clone https://github.com/twguest/FELpy.git
cd FELpy/
make