Skip to content

Commit b84dc77

Browse files
authored
Merge pull request #97 from matclab/96-install-doc
Correct installation instructions in README
2 parents 65fa0e8 + e82247b commit b84dc77

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ package manager for Python that allows you to easily install and run Python
4242
packages in isolated environments.
4343

4444
```bash
45-
pipx install https://github.com/rosenpin/i3-agenda
45+
pipx install i3-agenda
4646
```
4747

48+
You could also install the last development version with: `pipx install git+https://github.com/rosenpin/i3-agenda.git`
49+
4850
### Pip
4951

5052
1. `sudo pip install .`

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-bidi>=0.4
22
google-api-python-client>=2.66
3-
google-auth-httplib2>=0.1.
3+
google-auth-httplib2>=0.1
44
google-auth-oauthlib>=0.7
55
aiohttp>=3.8
66
typing_extensions>=4.7.1

0 commit comments

Comments
 (0)