We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5ed84 commit 188e597Copy full SHA for 188e597
README.md
@@ -6,20 +6,17 @@
6
7
Enapter software development kit for Python.
8
9
-:warning: **This project is work in progress. The API is not stable and may change at any time.** :warning:
10
-
11
## Installation
12
13
-Stable from PyPI:
+This project uses [semantic versioning](https://semver.org/).
14
15
-```bash
16
-pip install enapter
17
-```
+The API is still under development and may change at any time. It is
+recommended to pin the version during installation.
18
19
-Latest for GitHub:
+Latest from PyPI:
20
21
```bash
22
-pip install git+https://github.com/Enapter/python-sdk#egg=enapter
+pip install enapter==0.11.3'
23
```
24
25
## Usage
0 commit comments