Skip to content

Commit dfd03c0

Browse files
committed
Correct installation instructions
1 parent ddda60d commit dfd03c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Whether you want to test the client installation or simply check more examples o
1919

2020
In order to install the Python client, you only need to use [`pip`](https://packaging.python.org/installing/).
2121

22+
**IMPORTANT:** Currently we only support Python 2.7
23+
2224
```bash
23-
pip install pyslicer
25+
pip install pyslicer --extra-index-url=https://packagecloud.io/slicingdice/clients/pypi/simple
2426
```
2527

2628
## Usage

0 commit comments

Comments
 (0)