Browse Source

Update README.md

Bastien Sevajol 6 years ago
parent
commit
fe52f97552
No account linked to committer's email
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md View File

4
 
4
 
5
 # Install
5
 # Install
6
 
6
 
7
-OpenCombat is in development mode. Considering in your virtual environment, install synergine2:
7
+Note: OpenCombat is in development mode. 
8
+
9
+Considering in your virtual environment, install synergine2:
8
 
10
 
9
     git clone https://github.com/buxx/synergine2.git
11
     git clone https://github.com/buxx/synergine2.git
10
     cd synergine2
12
     cd synergine2
15
 
17
 
16
     pip install -r requirements.txt
18
     pip install -r requirements.txt
17
 
19
 
20
+You also need a running redis server (used db number is `0`, soon configurable). 
21
+
18
 # Run
22
 # Run
19
 
23
 
20
 Example run:
24
 Example run: