- We advise the use of Miniconda (python 3.8): https://docs.conda.io/en/latest/miniconda.html) and the provided ```yml``` files [GepardEnv-windows.yml](environments/GepardEnv-Windows.yml), [GepardEnv.yml](environments/GepardEnv.yml) for a well-defined and tested environment
- Alternatively, Anaconda can be used as it contains most of the python libraries. However, following packages need to be installed manually: opencv-python, scikit-image, dill
- We recommend working with a 64bit OS and also a python interpreter compiled for 64bit as many use cases require a lot of memory (32 GB recommended).
- The tsp module in externalmodules can be built with:
```
python setuptsp.py
...
...
@@ -40,6 +34,7 @@ It is possible to create a windows link file, that executes python with the
gepard script as an argument and the working directory pointing to the folder
containing the gepard module for convenience.
Installation guide
==================
...
...
@@ -49,6 +44,6 @@ A step by step installation guide can be found [here](Step by step installation
Working Principle
=================
The working principle is explained [here](Working principle)
The working principle is explained [here](Overview)