Skip to content

Commit 188e597

Browse files
committed
readme: installation: recommend pinning the version
1 parent fa5ed84 commit 188e597

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,17 @@
66

77
Enapter software development kit for Python.
88

9-
:warning: **This project is work in progress. The API is not stable and may change at any time.** :warning:
10-
119
## Installation
1210

13-
Stable from PyPI:
11+
This project uses [semantic versioning](https://semver.org/).
1412

15-
```bash
16-
pip install enapter
17-
```
13+
The API is still under development and may change at any time. It is
14+
recommended to pin the version during installation.
1815

19-
Latest for GitHub:
16+
Latest from PyPI:
2017

2118
```bash
22-
pip install git+https://github.com/Enapter/python-sdk#egg=enapter
19+
pip install enapter==0.11.3'
2320
```
2421
2522
## Usage

0 commit comments

Comments
 (0)