Installing and Testing

Most users will want to simply install the latest version, hosted on PyPI:

pip install walrus

Installing with git

The project is hosted at https://github.com/coleifer/walrus and can be installed using git:

git clone https://github.com/coleifer/walrus.git
cd walrus
python setup.py install

Note

On some systems you may need to use sudo python setup.py install to install walrus system-wide.

Running tests

You can test your installation by running the test suite. Requires a running Redis server.

python runtests.py