Install this tool using pip:
pip install inventree-spoolman-pluginFor help, run:
inventree-spoolman-plugin --helpYou can also use:
python -m inventree_spoolman_plugin --helpTo contribute to this tool, first checkout the code. Then create a new virtual environment:
cd inventree-spoolman-plugin
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'To run the tests:
pytest