8000 Merge pull request #33 from davideuler/patch-1 · lcppcl/code@f5aa0d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5aa0d5

Browse files
committed
Merge pull request douban#33 from davideuler/patch-1
Update README.md
2 parents e97e99e + a6d2390 commit f5aa0d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ $ vim vilya/local_config.py
3232

3333
Getting started
3434
---------------
35+
Firstly install libmemcached:
36+
37+
http://douban-code.github.io/pages/python-libmemcached.html
38+
39+
Then go through the following steps:
3540

3641
```
3742
git clone https://github.com/douban/code.git
@@ -40,6 +45,7 @@ mysql -uroot -e 'create database valentine;'
4045
mysql -uroot -D valentine < vilya/databases/schema.sql
4146
virtualenv venv
4247
. venv/bin/activate
48+
pip install mime python-magic
4349
pip install cython # should install first
4450
pip install -U setuptools # python-libmemcached require updated setuptools
4551
pip install -r requirements.txt

0 commit comments

Comments
 (0)
0