Skip to content

Commit 3a4424c

Browse files
committed
Updated requirements.txt file and README.md specifying how to use it
1 parent 5ab5c44 commit 3a4424c

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ The ScientISST SENSE Python API.
55

66
Learn how to use it, check examples, and much more [here](https://scientisst.github.io/scientisst-sense-api-python/)!
77

8-
## Dependencies
9-
10-
- PySerial
11-
12-
Install it using `pip`:
8+
## Installing
139

1410
```sh
15-
pip install pyserial
11+
# Getting this repository
12+
git clone https://github.com/scientisst/scientisst-sense-api-python.git
1613
```
1714

18-
## Installing
15+
## Dependencies
16+
17+
Dependencies are specified in the requirements.txt file.
18+
19+
Install them using `pip`:
1920

2021
```sh
21-
# Getting this repository
22-
git clone https://github.com/scientisst/scientisst-sense-api-python.git
22+
pip install -r requirements.txt
2323
```
2424

2525
## Running

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ pylsl
33
dbus-python
44
numpy
55
matplotlib
6+
pydbus
7+
pycairo
8+
PyGObject

0 commit comments

Comments
 (0)