Skip to content

Commit f958428

Browse files
committed
Publication on PyPi
This project is now published on pypi.org. This patch updates the readme to reflect this, updating and simplifying the installation instructions. This closes #2
1 parent 96a71ba commit f958428

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
## Opencast User

0 commit comments

Comments
 (0)