diff --git a/README.md b/README.md index 44033cc..2f841d5 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ package manager for Python that allows you to easily install and run Python packages in isolated environments. ```bash -pipx install https://github.com/rosenpin/i3-agenda +pipx install i3-agenda ``` +You could also install the last development version with: `pipx install git+https://github.com/rosenpin/i3-agenda.git` + ### Pip 1. `sudo pip install .` diff --git a/requirements.txt b/requirements.txt index 666f6ae..f714800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-bidi>=0.4 google-api-python-client>=2.66 -google-auth-httplib2>=0.1. +google-auth-httplib2>=0.1 google-auth-oauthlib>=0.7 aiohttp>=3.8 typing_extensions>=4.7.1