diff --git a/README.md b/README.md index 7b6450c..fab4193 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Enjoy listening to music and learning a new language! Requires Python 3.11+ and [pipx](https://pipx.pypa.io/stable/). -Install the `console-songs` script with pipx. +Install the `console-songs` script with pipx from [PyPi](https://pypi.org/project/console-songs/). ``` -pipx install . +pipx install console-songs==2024.11.03 ``` Setup environment variables with your API keys. @@ -169,7 +169,13 @@ Da, da... Yes, yes... ### Development Setup -Requires Python 3.11+ + +Requires Python 3.11+ and [pipx](https://pipx.pypa.io/stable/). + +Install the `console-songs` script with pipx for developement. +``` +pipx install . +``` Create an `.env` file with your API keys. ``` diff --git a/pyproject.toml b/pyproject.toml index 9a0027b..3eb297b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "console-songs" -version = "2024.11.02" +version = "2024.11.03" dependencies = [ "python-dotenv", "requests",