diff --git a/.gitignore b/.gitignore index a53b2c4..310f59f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ wis2downloader.egg-info venv build +dist download logs diff --git a/README.md b/README.md index 1844be3..466675b 100644 --- a/README.md +++ b/README.md @@ -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