-
Notifications
You must be signed in to change notification settings - Fork 1
01: Installing
alwinm edited this page Oct 19, 2022
·
2 revisions
NumPy
SciPy
matplotlib
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 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.