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
|
### 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
|
```shell
|
||||||
python3 setup.py build && python3 setup.py sdist && pip3 install dist/*.tar.gz
|
python3 setup.py build && python3 setup.py sdist && pip3 install dist/*.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Now you can `import zippy` in other scripts.
|
||||||
|
|
||||||
#### Using pkgx
|
#### Using pkgx
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Ładowanie…
Reference in New Issue