Skip to content

01: Installing

alwinm edited this page Oct 19, 2022 · 2 revisions

Prerequisites

NumPy

SciPy

matplotlib

Git

If /path/to/dir/ is on your PYTHONPATH or output from sys.path(), you can just clone the repo.

cd /path/to/dir/

git clone https://github.com/alwinm/fiso.git

This will create a directory /path/to/dir/fiso/ and you should be able to import fiso (and edit files as needed).

Pip

pip install git+https://github.com/alwinm/fiso.git

If you need to change fiso or edit, you will need to install with the -e flag.

Clone this wiki locally