Skip to content

Commit

Permalink
Add info about installation from git
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Apr 23, 2024
1 parent 63bdaf4 commit d0e87ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Part of Desbordante platform avaliable at https://github.com/Desbordante
```bash
pipx install desbordante-cli
```
Or
```bash
pipx install git+https://github.com/toadharvard/desbordante-cli
```
## Usage
```bash
desbordante --help
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.12"
python = ">=3.11"
desbordante = "2.0.0"
click = "^8.1.7"

Expand Down

0 comments on commit d0e87ea

Please sign in to comment.