Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 526 Bytes

install.rst

File metadata and controls

30 lines (19 loc) · 526 Bytes

Installation

Over PyPI

$ pip install redicts

Manual installation

This requires git to be installed.

$ git clone https://github.com/adnymics/redicts
$ cd redicts
$ pip install -r requirements.txt
$ python setup.py install

If you want to run the tests you can also do:

$ pip install -r test_requirements.txt
$ pytest

It is recommended to do these steps in a virtual environment.