From 90f6b329fee42ba39e92b696117f1c1447ccd743 Mon Sep 17 00:00:00 2001 From: LHurst-UoB <44084717+LHurst-UoB@users.noreply.github.com> Date: Tue, 11 Jun 2019 09:47:10 +0100 Subject: [PATCH] pypi is now ssl-only (i.e. https) Command as written fails with a 403: SSL Required (or words to that effect). Switching to https solves this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b43b2..a6da174 100755 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ name. Make sure you are using python3, such as using a virtualenv if using Ubunt * requests (requests) * python-dateutil (python-dateutil) -To install the MonthDelta package, simply do: `pip install http://pypi.python.org/packages/source/M/MonthDelta/MonthDelta-1.0b.tar.bz2` +To install the MonthDelta package, simply do: `pip install https://pypi.python.org/packages/source/M/MonthDelta/MonthDelta-1.0b.tar.bz2` ###First-Time Database Setup Set up the database for the first time by running `python script.py initDb`