We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670a3d3 commit 6dad13cCopy full SHA for 6dad13c
README.md
@@ -23,13 +23,13 @@ This project attempts to wrap all features and functionalities of [Waveshare GSM
23
### 3.2. System Requirements
24
### 3.3. Installation Steps
25
26
-You can download the stable version in `pypi` using `pip`:
+You can download the stable version in [pypi](https://pypi.org/) 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`:
+If the user wants to test out the version under development, then download the package from [test.pypi.org](https://test.pypi.org/) using `pip`:
33
34
35
pip install -i https://test.pypi.org/simple/ pywaveshare
0 commit comments