Skip to content

Commit

Permalink
Merge pull request #97 from matclab/96-install-doc
Browse files Browse the repository at this point in the history
Correct installation instructions in README
  • Loading branch information
matclab authored Oct 15, 2024
2 parents 65fa0e8 + e82247b commit b84dc77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .`
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b84dc77

Please sign in to comment.