Skip to content

Commit d41c716

Browse files
committed
update installation section of README.md
1 parent f7474c2 commit d41c716

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This simple class can be used for reading temperature and humidity values from D
44

55
# Installation
66

7-
To install, clone the repository, cd into it, and run:
7+
To install, just run following:
88

99
```
10-
python3 -m pip install .
10+
pip install dht11
1111
```
1212

1313
# Usage
@@ -39,7 +39,6 @@ else:
3939

4040
For working example, see `dht11_example.py` (you probably need to adjust pin for your configuration)
4141

42-
4342
# License
4443

4544
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)