10000 Update README. · lcppcl/code@6223ec0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6223ec0

Browse files
committed
Update README.
1 parent f5aa0d5 commit 6223ec0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Douban CODE
66

77
Dependency
88
----------
9+
- libmemcached <http://douban-code.github.io/pages/python-libmemcached.html>
910
- Python 2.7+
1011
- pip >= 1.4.1
1112

@@ -32,20 +33,13 @@ $ vim vilya/local_config.py
3233

3334
Getting started
3435
---------------
35-
Firstly install libmemcached:
36-
37-
http://douban-code.github.io/pages/python-libmemcached.html
38-
39-
Then go through the following steps:
40-
4136
```
4237
git clone https://github.com/douban/code.git
4338
cd code
4439
mysql -uroot -e 'create database valentine;'
4540
mysql -uroot -D valentine < vilya/databases/schema.sql
4641
virtualenv venv
4742
. venv/bin/activate
48-
pip install mime python-magic
4943
pip install cython # should install first
5044
pip install -U setuptools # python-libmemcached require updated setuptools
5145
pip install -r requirements.txt
@@ -64,4 +58,5 @@ FAQ
6458

6559
License
6660
-------
61+
CODE is under Revised BSD License.
6762
See the [LICENSE file](https://github.com/douban/code/blob/master/LICENSE) for the full license text.

0 commit comments

Comments
 (0)
0