o-o o--o o o o-o
o o | | | | |
| | O--o | | o-o
o o | | | |
o-o o o-o o--o
o-O-o o o o-o o-O-o o--o o o o o o--o o o o-O-o O
| |\ | | | | | | | |\ /| | |\ | | / \
| | \ | o-o | O-Oo | | | O | O-o | \ | | o---o
| | \| | | | \ | | | | | | \| | | |
o-O-o o o o--o o o o o-o o o o--o o o o o o
Implementation of standard TaskProcessor
implementations of the magnum-opus library.
Preparing your local system for development:
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
Also install the latest version of magnum-opus. For now, assuming you have cloned and build opus
locally, install the opus
library from the package in the dist/
directory from the project directory. An example:
pip3 install $HOME/git/magnum-opus/dist/magnum_opus-1.tar.gz