2013-04-03 14:38:50 +02:00
|
|
|
|
|
|
|
|
Installation Guide
|
|
|
|
|
==================
|
|
|
|
|
|
2013-04-03 14:47:16 +02:00
|
|
|
*— work in progress —*
|
|
|
|
|
|
|
|
|
|
The easiest way is to install ``dataset`` from the `Python Package Index <https://pypi.python.org/pypi/dataset/>`_ using ``pip`` or ``easy_install``:
|
2013-04-03 14:38:50 +02:00
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
$ easy_install dataset
|
|
|
|
|
|
2013-04-03 14:47:16 +02:00
|
|
|
To install it manually simply download the repository from Github:
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
$ git clone git://github.com/pudo/dataset.git
|
|
|
|
|
$ cd dataset/
|
|
|
|
|
$ python setup.py install
|
|
|
|
|
|