requirements updated. readme updated

master
Vyacheslav N. Boyko 2017-08-16 14:18:25 +03:00
parent b5f740f9da
commit 4a363bca7e
2 changed files with 16 additions and 1 deletions

View File

@ -4,3 +4,17 @@
> python backuper.py
WRONG MODE: choose watcher/worker
```
WATCHER mode:
```
> python backuper.py watcher
usage: backuper watcher [-h] -s
backuper watcher: error: the following arguments are required: -s/--start
```
WORKER mode
```
> python backuper.py worker
usage: backuper worker [-h] -t type [-db database] [-c]
backuper worker: error: the following arguments are required: -t/--type
```

View File

@ -1,2 +1,3 @@
easywebdav==1.2.0
pymssql==2.1.3
pymssql==2.1.3
watchdog==0.8.3