reword installation instructions

This commit is contained in:
Connor Olding 2018-03-15 02:20:37 +01:00
parent 7bfde8e5cc
commit 4fe8b16efe
2 changed files with 6 additions and 4 deletions

View File

@ -11,11 +11,11 @@ python 3.6 (or later), numpy.
### install ### 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 I recommend adding `--upgrade-strategy only-if-needed` to the command
so you don't accidentally "upgrade" numpy to so that you don't accidentally "upgrade" numpy to
a version not compiled specifically for your system. a version not compiled specifically for your environment.
This can happen when using e.g. [Anaconda.][anaconda] This can happen when using e.g. [Anaconda.][anaconda]
[anaconda]: //www.anaconda.com/ [anaconda]: //www.anaconda.com/

2
TODO
View File

@ -1,5 +1,7 @@
TODO TODO
* add prefixes and links to shape table
* abide to PEP 8 * abide to PEP 8
* finish writing README * finish writing README