Skip to content

Commit cdce344

Browse files
committed
Readme updated
1 parent 710d06e commit cdce344

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ python3 -m venv <environment_name>
1313
source /path/to/venv/bin/activate
1414
pip install -r requirements.txt
1515
```
16+
17+
Setup the config file for the base station. Do this by copying `config.example` from the setup folder into the main directory. Rename it `config_base.yaml`. If not uses Linux, you will need to update the `PORT` option of this file to reflect what port the Rayex device is connected to.
18+
1619
### Running Base Station without UI
1720

1821
```
@@ -33,6 +36,19 @@ Make sure that the keystroke handler thread is uncommented in `main_ui.py` and r
3336
sudo -E /path/to/venv/bin/python main_ui.py
3437
```
3538

39+
### Running Base Station GUI
40+
41+
There are two options for this. If on Linux/Mac, run the following:
42+
```
43+
./launch_gui.sh
44+
```
45+
46+
If on Windows, run
47+
48+
```
49+
python base_station_gui.py
50+
```
51+
3652
## If on a bUE
3753

3854
### Install dependencies

0 commit comments

Comments
 (0)