Installation#
mochada_kit is designed to be platform-indepenent. Python >= 3.6 is required.
mochada_kit#
Please clone the repository and install it as an editable package using pip
(that way you can easily pull updates from the repo and they will be active without needing to reinstall anything):
git clone https://github.com/MaMMoS-project/mochada_kit.git
cd mochada_kit
pip install -e .
Dependencies#
h5py
: if you do not already have it, h5py will be installed by pip during installation of mochada_kit.
pyyaml
: if you do not already have it, pyyaml will be installed by pip during installation of mochada_kit.
plantuml#
To generate the diagrams, you need to have plantuml.jar
saved on your system. Please see the plantuml download site for download and licensing options.
java#
In order to run plantuml, you also need java. To check if you already have java installed, you can type this command at the terminal:
java -version
To uninstall mochada_kit:#
pip uninstall mochada_kit