Skip to content

nilswiersma/fiutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some python code for doing FI.

Recommended usage

  1. pip install this package:
    cd <workdir>
    python -m venv .venv
    source .venv/bin/activate
    git clone <this>
    pip install -e <this>
    
  2. Copy the contents of notebook to a working dir:
    cd <workdir>
    cp -rv <this>/notebooks/* ./
    
  3. Try python 000-simple-example.py

Alternatively you can install this git repo directly using pip install git+https://github.com/nilswiersma/fiutils.git

Build package

python -m pip install setuptools_scm build tox
python -m build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published