Skip to content

Commit

Permalink
Update readme for pip installation + gitignore dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed May 16, 2024
1 parent d54f119 commit d335718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
wis2downloader.egg-info
venv
build
dist
download
logs

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The WIS2 Downloader is a Flask-based Python application that allows you to conne
You can install using Pip:

```bash
pip install https://github.com/wmo-im/wis2-downloader/archive/main.zip
pip install wis2downloader
```

### 2. Configuration
Expand Down

0 comments on commit d335718

Please sign in to comment.