瀏覽代碼

[fix][doc] install steps

asciimoo 11 年之前
父節點
當前提交
30af40a7d4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -15,8 +15,8 @@ A hackable [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine)
15 15
 
16 16
 ### Installation
17 17
 
18
-* install dependencies: `pip install -r requirements.txt`
19 18
 * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
19
+* install dependencies: `pip install -r requirements.txt`
20 20
 * edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
21 21
 * run `python searx/webapp.py` to start the application
22 22