gamer
gamer

Reputation: 5863

django virtual environment install brukva, Asynchronous Redis client that works within Tornado IO loop

I am using tornado and redis in one of my project. I want to install brukva to work redis with tornado.

But didn't found any particular guide to install burkva in ubuntu..

I have tried pip install brukva but it dont install the package..

Can anyone help me on how to install brukva?

Upvotes: 1

Views: 620

Answers (1)

Arseny
Arseny

Reputation: 5179

You can easily install brükva from GitHub:

pip install git+https://github.com/evilkost/brukva.git

Upvotes: 3

Related Questions