diff --git a/README.md b/README.md index 1c4f395..adc5160 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index f983d93..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -pillow>=8.3.2