Skip to content

Commit

Permalink
PyIMG4 0.8: Compression libs are now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
m1stadev committed Aug 22, 2023
1 parent 63d7a73 commit d937fb7
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 361 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,21 @@ Commands:
```

## Requirements
- Python 3.6 or higher (Python 3.7+ is recommended)
- Python 3.8 or higher
- Python development headers (`python3-dev` on Debian-based OSes)

## Installation
- Install from [PyPI](https://pypi.org/project/pyimg4/):
- ```python3 -m pip install pyimg4```
- If you would like to use the compression features of PyIMG4, install the required libraries:
- ```python3 -m pip install pyimg4[compression]```
- Local installation:
- `./install.sh`
- Requires [Poetry](https://python-poetry.org)

## TODO
- Write documentation
- Add logging

## Support

Expand Down
Loading

0 comments on commit d937fb7

Please sign in to comment.