Installation

Pip

  • Install the package with pip in your terminal:

    pip install python-redict
    
  • Or install the package directly from Github:

    pip install git+https://github.com/lockwooddev/python-redict.git
    

Running tests

To run the tests, you need to install the test requirements with pip:

$ pip install -e .[tests]

Now you can run the tests from the root folder of the package:

$ make tests