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.
2 parents ddda60d + dfd03c0 commit e00436cCopy full SHA for e00436c
README.md
@@ -19,8 +19,10 @@ Whether you want to test the client installation or simply check more examples o
19
20
In order to install the Python client, you only need to use [`pip`](https://packaging.python.org/installing/).
21
22
+**IMPORTANT:** Currently we only support Python 2.7
23
+
24
```bash
-pip install pyslicer
25
+pip install pyslicer --extra-index-url=https://packagecloud.io/slicingdice/clients/pypi/simple
26
```
27
28
## Usage
0 commit comments