We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48883b commit af7e51eCopy full SHA for af7e51e
1 file changed
README.md
@@ -10,6 +10,7 @@ Iris features are:
10
- Changes are sync in realtime using python watchdogs both locally and remotely
11
- Modification time is preserved during copy, merge by newer strategy is used
12
- Pattern / Pattern ignore settings
13
+- Progress bars during large transfers
14
15
Linux / Mac / Windows support (UNTESTED Windows)
16
@@ -21,7 +22,7 @@ pip install .
21
22
```
23
24
### Remote installation
-On remote host you do not need all dependencies, if you have a working python3 install the watchdog package and you should be set
25
+On remote host you do not need all dependencies, if you have a working python3 env just install the watchdog package and you should be set
26
27
pip install watchdog
28
0 commit comments