Removed requirements.txt, updated README.md

This commit is contained in:
Maciej Błędkowski 2021-10-06 10:52:49 +02:00
parent 75ba054413
commit b80f426f94
2 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,9 @@ Antipixels from Python.
This is especially useful if you want to quickly generate batches
of antipixels.
## Dependencies
## Installation
`pip install -r requirements.txt`
`pip install .`
## Usage example

View File

@ -1 +0,0 @@
pillow>=8.3.2