Skip to content
Snippets Groups Projects
Commit 2cdd119c authored by Laurent EL SHAFEY's avatar Laurent EL SHAFEY
Browse files

Minor readme fix

parent 4235aa26
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ being size-normalized and centered in a fixed-size image (28x28 pixels).
The actual raw data for the database should be downloaded from the `original
website <http://yann.lecun.com/exdb/mnist/>`_. This package only contains
the `Bob <http://www.idiap.ch/software/bob/>`_ accessor methods to use this
database directly from python, with our certified protocols.
database directly from python.
You would normally not install this package unless you are maintaining it. What
you would do instead is to tie it in at the package you need to **use** it.
......
......@@ -9,7 +9,7 @@ from setuptools import setup, find_packages
setup(
name='xbob.db.mnist',
version='1.0.0c',
version='1.0.0d',
description='MNIST Database Access API for Bob',
url='http://github.com/bioidiap/xbob.db.mnist',
license='GPLv3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment