Installation
Requirements
You will need a working Python 3.10+ installation.
Install the latest release from pypi
pip install jaco
Install from source
Alternatively, you can install the latest version directly from the most up-to-date version of the source-code by cloning/forking the GitHub repository
git clone https://github.com/mikegrudic/jaco.git
Once you have the source, you can build jaco (and add it to your environment) by executing
pip install .
in the top level directory. The required Python packages will automatically be installed as well.
You can test your installation by importing the jaco Python frontend in Python:
import jaco