Create README.md

This commit is contained in:
Uniminin 2020-02-05 19:18:12 +06:00 committed by GitHub
parent a72e502cc3
commit e5cabe260b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
# Requirements
* Python3.6 - python3.8.x
* pip -> termcolor
# Run
```bash
$ python3.x -m pip install -r requirements.txt ; python3.x zernit.py
```