You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
# pywaveshare
2
2
3
+
*If you are looking for the old README, then you can check it out [here](https://github.com/acmacunlay/pywaveshare/blob/main/README.old.md).*
4
+
3
5
## 1. Introduction
4
6
5
7
### 1.1. Purpose
8
+
9
+
This project attempts to wrap all features and functionalities of [Waveshare GSM/GPRS/GNSS HAT for Raspberry Pi](https://www.waveshare.com/gsm-gprs-gnss-hat.htm) in a simple interface.
10
+
6
11
### 1.2. Scope
7
12
### 1.3. Audience
8
13
@@ -18,6 +23,18 @@
18
23
### 3.2. System Requirements
19
24
### 3.3. Installation Steps
20
25
26
+
You can download the stable version in `pypi` using `pip`:
27
+
28
+
```shell
29
+
pip install pywaveshare
30
+
```
31
+
32
+
If the user wants to test out the version under development, then download the package from test.pypi.org using `pip`:
0 commit comments