Skip to content

Commit d4690e2

Browse files
committed
Update documentation
1 parent b6bd14d commit d4690e2

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

AUTHORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Jean Brouwers <[email protected]>
66
Alberto Invernizzi <[email protected]>
77
Christian Clauss <[email protected]>
88
Geoff Salmon <[email protected]>
9+
Yann Salmon <[email protected]>
10+
Wafa Harir <[email protected]>
11+
Marwa Tabib <[email protected]>
912
Odin Hørthe Omdal <[email protected]>
1013
Saveliy Yusufov <[email protected]>
1114
Tomas Groth <[email protected]>
@@ -20,6 +23,3 @@ Jonas Haag <[email protected]>
2023
Patrick Fay <[email protected]>
2124
2225
Kim Wiktorén <[email protected]>
23-
Wafa Harir <[email protected]>
24-
Yann Salmon <[email protected]>
25-
Marwa Tabib <[email protected]>

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python ctypes-based bindings for libvlc
22

3-
![](https://img.shields.io/github/actions/workflow/status/yanns1/python-vlc/tests.yml?event=push&label=tests)
3+
![](https://img.shields.io/github/actions/workflow/status/oaubert/python-vlc/tests.yml?event=push&label=tests)
44

55
This file documents the bindings generator, not the bindings
66
themselves. For the bindings documentation, see the README.module
@@ -32,13 +32,14 @@ install libvlc-dev).
3232
Once you have cloned the project, you can run
3333

3434
```
35-
python3 dev_setup.py
35+
python3 dev_setup.sh
3636
```
3737

38-
from the root.
38+
from the root directory (or the python version if on a platform without shell)
39+
3940
This script will install everything that is needed (submodules,
40-
virtual environment, packages, etc.) for you to generate the bindings.
41-
Then, activate the virtual environment:
41+
virtual environment, treesitter, packages, etc.) for you to generate
42+
the bindings. Then, activate the virtual environment:
4243

4344
- On Linux with Bash:
4445
```

0 commit comments

Comments
 (0)