Skip to content

Commit 32e6025

Browse files
committed
updated readme & requirements file
`requirements.txt` reads directly from setup.py which means it will install all the packages listed from setup.py. This is a small work around to prevent managing two different "sources of truth".
1 parent e1cb9bd commit 32e6025

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ docs/_build/
5959
target/
6060

6161
.idea/
62+
venv/

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ See the `examples` directory.
4141

4242
### Using the library as a Python Module
4343

44-
Install the package via Pip
44+
Install the package via PyPi
4545

46-
pip install reolink-api==0.0.5
46+
pip install reolinkapi
4747

4848
Install from GitHub
4949

50-
pip install git+https://github.com/ReolinkCameraAPI/reolink-python-api.git
50+
pip install git+https://github.com/ReolinkCameraAPI/reolinkapipy.git
5151

5252
## Contributors
5353

@@ -65,7 +65,9 @@ Get the Restful API calls by looking through the HTTP Requests made in the camer
6565

6666
#### Step 2
6767

68-
Fork the repository and make your changes.
68+
- Fork the repository
69+
- pip install -r requirements.txt
70+
- Make your changes
6971

7072
#### Step 3
7173

requirements.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
numpy==1.19.4
2-
opencv-python==4.4.0.46
3-
Pillow==8.0.1
4-
PySocks==1.7.1
5-
PyYaml==5.3.1
6-
requests>=2.18.4
1+
.

0 commit comments

Comments
 (0)