From e7f8c74e42284acfbe7f8ddfbf833b10ec58c3df Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Thu, 15 Sep 2022 11:07:49 +0200 Subject: [PATCH] updates for installing with pip --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4094caa..544a7ef 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,5 @@ Install python3 -m venv .venv source .venv/bin/activate + pip install wheel pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 0ddede0..d54c29a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,6 @@ django django-registration pytz matplotlib +mysqlclient btcde xlwt