We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65fa0e8 + e82247b commit b84dc77Copy full SHA for b84dc77
README.md
@@ -42,9 +42,11 @@ package manager for Python that allows you to easily install and run Python
42
packages in isolated environments.
43
44
```bash
45
-pipx install https://github.com/rosenpin/i3-agenda
+pipx install i3-agenda
46
```
47
48
+You could also install the last development version with: `pipx install git+https://github.com/rosenpin/i3-agenda.git`
49
+
50
### Pip
51
52
1. `sudo pip install .`
requirements.txt
@@ -1,6 +1,6 @@
1
python-bidi>=0.4
2
google-api-python-client>=2.66
3
-google-auth-httplib2>=0.1.
+google-auth-httplib2>=0.1
4
google-auth-oauthlib>=0.7
5
aiohttp>=3.8
6
typing_extensions>=4.7.1
0 commit comments