We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97e99e + a6d2390 commit f5aa0d5Copy full SHA for f5aa0d5
README.md
@@ -32,6 +32,11 @@ $ vim vilya/local_config.py
32
33
Getting started
34
---------------
35
+Firstly install libmemcached:
36
+
37
+http://douban-code.github.io/pages/python-libmemcached.html
38
39
+Then go through the following steps:
40
41
```
42
git clone https://github.com/douban/code.git
@@ -40,6 +45,7 @@ mysql -uroot -e 'create database valentine;'
45
mysql -uroot -D valentine < vilya/databases/schema.sql
46
virtualenv venv
47
. venv/bin/activate
48
+pip install mime python-magic
43
49
pip install cython # should install first
44
50
pip install -U setuptools # python-libmemcached require updated setuptools
51
pip install -r requirements.txt
0 commit comments