11 lines
243 B
ReStructuredText
11 lines
243 B
ReStructuredText
|
|
|
||
|
|
Installation Guide
|
||
|
|
==================
|
||
|
|
|
||
|
|
The easiest way is to installing ``dataset`` from the `Python Package Index <https://pypi.python.org/pypi/dataset/>`_ using ``pip`` or ``easy_install``:
|
||
|
|
|
||
|
|
.. code-block:: bash
|
||
|
|
|
||
|
|
$ easy_install dataset
|
||
|
|
|