Changes
Page history
Update home
authored
Nov 15, 2019
by
Lars Bittrich
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
d1ccef37
...
...
@@ -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
small margins.
At the moment the program is an executable python script. Copy the folder with
all its content to some place and run (e.g. using anaconda prompt):
At the moment the program is an executable python module. Copy the folder with
all its content to some place and run just outside the path (e.g. using anaconda prompt):
```
python gepard.py
```
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 gepard for convenience.
containing
the
gepard
module
for convenience.
Working Principle
...
...
...
...