Skip to content

Commit 453638a

Browse files
authored
Merge pull request #53 from virtUOS/pypi
Publication on PyPi
2 parents 5d2dd5b + f958428 commit 453638a

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ https://github.com/virtUOS/opencast-camera-control/assets/1008395/a8e37229-f760-
1818
## Getting started
1919

2020
```
21-
❯ pip install -r requirements.txt
22-
python -m occameracontrol
21+
❯ pip install opencast-camera-control
22+
opencast-camera-control
2323
```
2424

2525

@@ -28,10 +28,16 @@ https://github.com/virtUOS/opencast-camera-control/assets/1008395/a8e37229-f760-
2828
Take a look at the [camera-control.yml](camera-control.yml) configuration file.
2929
All available options are documented in there.
3030

31+
The tool uses the first configuration it can find. It looks for files in the following order:
32+
33+
- `./camera-control.yml`
34+
- `~/camera-control.yml`
35+
- `/etc/camera-control.yml`
36+
3137
You can provide custom configuration files using the `--config` option:
3238

3339
```
34-
python -m occameracontrol --config custom-config.yml
40+
opencast-camera-control --config custom-config.yml
3541
```
3642

3743
## Supported Cameras

0 commit comments

Comments
 (0)