Skip to content

Commit cf9f4f5

Browse files
committed
Added installation instructions to README.md
1 parent b1f4729 commit cf9f4f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This simple class can be used for reading temperature and humidity values from DHT11 sensor on Raspberry Pi.
44

5+
# Installation
6+
7+
To install, clone the repository, cd into it, and run:
8+
9+
```
10+
python3 -m pip install .
11+
```
12+
513
# Usage
614

715
1. Instantiate the `DHT11` class with the pin number as constructor parameter.

0 commit comments

Comments
 (0)