|
|
|
## Getting started
|
|
|
|
|
|
|
|
Before starting, make sure you either use the computer in the HTE lab or connect using the Splashtop application.
|
|
|
|
|
|
|
|
1. Start anaconda prompt
|
|
|
|
2. In the terminal window, write
|
|
|
|
|
|
|
|
```
|
|
|
|
conda activate unchained_labs
|
|
|
|
```
|
|
|
|
|
|
|
|
to activate the environment.
|
|
|
|
|
|
|
|
3. navigate to the folder containing the closed-loop script (As of 14.05.2024, this is in 'C:\\API Files\\Python Hein')
|
|
|
|
4. run the script using
|
|
|
|
|
|
|
|
```
|
|
|
|
python run_closed_loop_automation_UIB_2.py
|
|
|
|
```
|
|
|
|
|
|
|
|
5. The script should start running |
|
|
\ No newline at end of file |