File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Douban CODE
6
6
7
7
Dependency
8
8
----------
9
+ - libmemcached < http://douban-code.github.io/pages/python-libmemcached.html >
9
10
- Python 2.7+
10
11
- pip >= 1.4.1
11
12
@@ -32,20 +33,13 @@ $ vim vilya/local_config.py
32
33
33
34
Getting started
34
35
---------------
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
36
```
42
37
git clone https://github.com/douban/code.git
43
38
cd code
44
39
mysql -uroot -e 'create database valentine;'
45
40
mysql -uroot -D valentine < vilya/databases/schema.sql
46
41
virtualenv venv
47
42
. venv/bin/activate
48
- pip install mime python-magic
49
43
pip install cython # should install first
50
44
pip install -U setuptools # python-libmemcached require updated setuptools
51
45
pip install -r requirements.txt
64
58
65
59
License
66
60
-------
61
+ CODE is under Revised BSD License.
67
62
See the [ LICENSE file] ( https://github.com/douban/code/blob/master/LICENSE ) for the full license text.
You can’t perform that action at this time.
0 commit comments