Browse Source

change readme

Evgeny Polivanov 1 năm trước cách đây
mục cha
commit
f04a56f238
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -2,7 +2,8 @@
 ### Simple XMPP echo bot.
 
 ## Install and run
-1) ```python -m venv env```(for Windows) or ```python3 -m venv env```(for Linux)
-2) ```.\env\Scripts\activate``` or ```source env/bin/activate```
-3) ```pip install -r requirements.txt```
-4) ```python run.py```
+1) Rename **config_template.py** to **config.py** and set up *JID* and *PASSWORD* 
+2) ```python -m venv env```(for Windows) or ```python3 -m venv env```(for Linux)
+3) ```.\env\Scripts\activate``` or ```source env/bin/activate```
+4) ```pip install -r requirements.txt```
+5) ```python run.py```