Update Step by step installation guide authored by Elisa Kanaki's avatar Elisa Kanaki
......@@ -88,7 +88,7 @@ raman_interface = SIMULATED_RAMAN_CONTROL
In any of these cases, you will need Python 3.8, so please follow [Method 1](###-method-1-(recommended)) as a starting point to set up the environment.
In the newer versions, the file structure of the project has changed and Gepard is split into two separate modules handling the measurement and evaluation part.
In the newer versions, the file structure of the project has changed and Gepard is split into two modules that handle measurement and evaluation separately.
The parent folder is named by default ```gepard-[name of branch]```, but you can call it anything you wish.
In subfolder ```gepard\cythonModules``` you will find the modules that need to be compiled: ```setup_getMaxRect.py``` and ```setuptsp.py```.
Subfolder ```gepard``` includes a template for the configuration file. Please edit it accordingly and save it as ```gepard.cfg``` in the same location.
......
......