Skip to content

Commit

Permalink
Update zip url
Browse files Browse the repository at this point in the history
  • Loading branch information
bulv1ne authored Dec 19, 2024
1 parent 8a32fcc commit 0ea9b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Look for the latest version in the [Github Tags section](https://github.com/husqvarnagroup/delta_utils/tags) of this repo.
```bash
pip install https://github.com/husqvarnagroup/delta_utils/archive/0.5.0.zip
pip install https://github.com/husqvarnagroup/delta_utils/archive/refs/tags/v0.5.0.zip
```

### Installation on a cluster in Databricks
Expand All @@ -19,7 +19,7 @@ pip install https://github.com/husqvarnagroup/delta_utils/archive/0.5.0.zip
- Go to Libraries
- Click Install new
- Select PyPI
- As the package, enter "https://github.com/husqvarnagroup/delta_utils/archive/0.5.0.zip"
- As the package, enter https://github.com/husqvarnagroup/delta_utils/archive/refs/tags/v0.5.0.zip"
- Press Install

## Development
Expand Down

0 comments on commit 0ea9b82

Please sign in to comment.