Reputation: 5863
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
Reputation: 5179
You can easily install brükva from GitHub:
pip install git+https://github.com/evilkost/brukva.git
Upvotes: 3