Update to reflect new pip hosting

Signed-off-by: Jacob Torrey <jacob@thinkst.com>
pull/11/head
Jacob Torrey 2024-01-12 09:53:40 -07:00
rodzic 828e1f49f1
commit d121796714
1 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -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