Installation
frank
requires Python 3 and is tested for versions listed in setup.cfg
. Usage under Python 2.x is not supported.
With pip
Install the latest stable version of Frankenstein (frank
) with pip,
pip install frank
Then play this loud.
From source
Join us in our efforts to revive the dead do very moral science. Clone the source repository from GitHub,
pip install git+https://github.com/discsim/frank.git
(this is the same as git clone https://github.com/discsim/frank.git && cd frank && pip install
).
Test the install
If you cloned the source repo and you have py.test, run it from the code’s root directory (it takes <1 min),
py.test frank/tests.py