Skip to content

Commit

Permalink
Update to reflect new pip hosting
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Torrey <[email protected]>
  • Loading branch information
ranok committed Jan 12, 2024
1 parent 828e1f4 commit d121796
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d121796

Please sign in to comment.