diff --git a/README.md b/README.md index 7ef9ad9..7ddd0ea 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Installing Slopify is as easy as pie, which, coincidentally, might be what your poetry add slopify ``` +or: + +```bash +# Install with pip +pip install slopify +``` + ## Usage To copy your codebase into the system clipboard for Slopify, just run: diff --git a/pyproject.toml b/pyproject.toml index 6306c13..2a8dfee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "slopify" -version = "0.2.0" +version = "0.2.2" description = "" authors = ["Mawhrin-Skel "] readme = "README.md"