To download the console-app version, use:
git clone https://github.com/nalsur-veallam/ARTEMIS.git
After that, enter the directory with the library
cd ARTEMIS
And compile the C++ part of the library using make:
make
Next, you can install all the dependencies for Python. Use:
pip3 install -r requirements.txt
To install the library completely, run:
pip3 install -e .
After this, the ARTEMIS program will be installed on your computer. Run
artemis -h
to view available modules.