Add disclaimer as a first step
This commit is contained in:
parent
e19dd7da3b
commit
7d70eff100
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ myself. Pull requests are still welcome though.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
0. Review the script code, most likely it will not work out of box for you.
|
||||||
1. Prepare virtualenv and install dependencies: `virtualenv .venv --python python 3; . .venv/bin/activate ; pip install -r requirements.txt`
|
1. Prepare virtualenv and install dependencies: `virtualenv .venv --python python 3; . .venv/bin/activate ; pip install -r requirements.txt`
|
||||||
2. Start `rt2zammad.py`, it will display template for configuration file.
|
2. Start `rt2zammad.py`, it will display template for configuration file.
|
||||||
3. Fill in the template and save it as `rt2zammad.json`.
|
3. Fill in the template and save it as `rt2zammad.json`.
|
||||||
|
|
Loading…
Reference in a new issue