Browse Source

[fix][doc] install steps

asciimoo 11 years ago
parent
commit
30af40a7d4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

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