From 25073601b7aa5c7d088313d521bacb0bab8065eb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 15 Mar 2018 01:32:21 +0100 Subject: [PATCH] make bold text into headers and note anaconda --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03e10ed..99c2ac8 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,20 @@ downloads and prepares various mnist-compatible datasets. files are downloaded to `~/.mnist` and checked for integrity by SHA-256 hashes. -**dependencies:** python 3.6 (or later), numpy. +### dependencies -**install:** `pip install --upgrade --upgrade-strategy only-if-needed 'https://github.com/notwa/mnists/tarball/master#egg=mnists'` +python 3.6 (or later), numpy. + +### install + +`pip install --upgrade --upgrade-strategy only-if-needed '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. +This can happen when using e.g. [Anaconda.][anaconda] + +[anaconda]: //www.anaconda.com/ ## usage