kopia lustrzana https://github.com/thinkst/zippy
Update to reflect new pip hosting
Signed-off-by: Jacob Torrey <jacob@thinkst.com>pull/11/head
rodzic
828e1f49f1
commit
d121796714
12
README.md
12
README.md
|
@ -28,14 +28,22 @@ Here are each of them compared with both the LZMA and zlib detector across the t
|
|||
|
||||
### Installation
|
||||
|
||||
You can install zippy one of 2 ways:
|
||||
You can install zippy one of two ways:
|
||||
|
||||
#### Using python
|
||||
#### Using python/pip
|
||||
|
||||
Via pip:
|
||||
```shell
|
||||
pip3 install thinkst-zippy
|
||||
```
|
||||
|
||||
Or from source:
|
||||
```shell
|
||||
python3 setup.py build && python3 setup.py sdist && pip3 install dist/*.tar.gz
|
||||
```
|
||||
|
||||
Now you can `import zippy` in other scripts.
|
||||
|
||||
#### Using pkgx
|
||||
|
||||
```shell
|
||||
|
|
Ładowanie…
Reference in New Issue