Update home authored by Lars Bittrich's avatar Lars Bittrich
...@@ -32,13 +32,15 @@ block the objective and that you UNDERSTAND and VALIDATE the code, that controls ...@@ -32,13 +32,15 @@ block the objective and that you UNDERSTAND and VALIDATE the code, that controls
the microscope! Start with "witectesting.py", which should read and move within the microscope! Start with "witectesting.py", which should read and move within
small margins. small margins.
At the moment the program is an executable python script. Copy the folder with At the moment the program is an executable python module. Copy the folder with
all its content to some place and run (e.g. using anaconda prompt): all its content to some place and run just outside the path (e.g. using anaconda prompt):
```
python gepard.py python gepard.py
```
It is possible to create a windows link file, that executes python with the 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 gepard for convenience. containing the gepard module for convenience.
Working Principle Working Principle
... ...
......