From d335718d3645aa6c47e8c74346fa929454927b59 Mon Sep 17 00:00:00 2001 From: RoryPTB <47696929+RoryPTB@users.noreply.github.com> Date: Thu, 16 May 2024 17:09:23 +0200 Subject: [PATCH] Update readme for pip installation + gitignore dist folder --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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