Quickstart¶
Note
All code starting with a $ is meant to run on your terminal.
All code starting with a >>> is meant to run in a python interpreter,
like ipython.
Installation¶
computable.py can be installed (preferably in a virtual environment)
using pip as follows:
$ pip install computable --extra-index-url https://test.pypi.org/simple
Installation from source can be done from the root of the project with the following command.
$ pip install .