note python version

This commit is contained in:
Connor Olding 2018-03-14 16:55:22 +01:00
parent 984d2e73d8
commit c0b5e4052d

View File

@ -5,7 +5,7 @@ downloads and prepares various mnist-compatible datasets.
files are downloaded to `~/.mnist`
and checked for integrity by SHA-256 hashes.
**dependencies:** numpy
**dependencies:** python 3.6 or later, numpy
**install:** `pip install --upgrade --upgrade-strategy only-if-needed https://github.com/notwa/mnists/tarball/master#egg=mnists`