Launch wiki for Gepard 2.0 authored by Elisa Kanaki's avatar Elisa Kanaki
...@@ -8,16 +8,10 @@ Polymerforschung Dresden e. V. [bittrich-lars@ipfdd.de](mailto:bittrich-lars@ipf ...@@ -8,16 +8,10 @@ Polymerforschung Dresden e. V. [bittrich-lars@ipfdd.de](mailto:bittrich-lars@ipf
Requirements Requirements
============ ============
- python >=3.6, PyQt5, OpenCV >=3.4.1, numpy >=1.14, scikit-image >=0.13.1, scipy >=1.1.0, - python >=3.6, PyQt5, OpenCV >=3.4.1, numpy >=1.14, scikit-image >=0.13.1, scipy >=1.1.0, win32com, pythoncom, cython 0.28, pillow>=9.5.0
win32com, pythoncom, cython 0.28 - 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
- We advise the use of Anaconda (python 3.8): https://www.anaconda.com/download - 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
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).
- Alternatively, the provided ```yml``` files can be used to set up a well-defined and tested environment with ```conda env create -f xxx.yml```:
[GepardEnv-windows.yml](uploads/49182461700a5d3a9227bcad0beb5f39/GepardEnv-Windows.yml) (Windows),
[GepardEnv.yml](uploads/2af661e0bf5499b208c070f80c8dc685/GepardEnv.yml) (Linux)
- 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: - The tsp module in externalmodules can be built with:
``` ```
python setuptsp.py python setuptsp.py
...@@ -40,6 +34,7 @@ It is possible to create a windows link file, that executes python with the ...@@ -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 gepard script as an argument and the working directory pointing to the folder
containing the gepard module for convenience. containing the gepard module for convenience.
Installation guide Installation guide
================== ==================
...@@ -49,6 +44,6 @@ A step by step installation guide can be found [here](Step by step installation ...@@ -49,6 +44,6 @@ A step by step installation guide can be found [here](Step by step installation
Working Principle Working Principle
================= =================
The working principle is explained [here](Working principle) The working principle is explained [here](Overview)