From 4fe8b16efe950bc40702e1caf44a1be081e6898c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 15 Mar 2018 02:20:37 +0100 Subject: [PATCH] reword installation instructions --- README.md | 8 ++++---- TODO | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbe66a4..780dea7 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ python 3.6 (or later), numpy. ### install -`pip install --upgrade --upgrade-strategy only-if-needed 'https://github.com/notwa/mnists/tarball/master#egg=mnists'` +`pip install --upgrade 'https://github.com/notwa/mnists/tarball/master#egg=mnists'` -I've added `--upgrade-strategy` to the command-line -so you don't accidentally "upgrade" numpy to -a version not compiled specifically for your system. +I recommend adding `--upgrade-strategy only-if-needed` to the command +so that you don't accidentally "upgrade" numpy to +a version not compiled specifically for your environment. This can happen when using e.g. [Anaconda.][anaconda] [anaconda]: //www.anaconda.com/ diff --git a/TODO b/TODO index ab852ed..4e1e93a 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,7 @@ TODO + * add prefixes and links to shape table + * abide to PEP 8 * finish writing README