You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ pip install virtualenv
41
41
pip install virtualenvwrapper
42
42
mkvirtualenv --python=`which python3.5` mfr
43
43
pip install setuptools==30.4.0
44
-
pip install invoke==0.11.1
44
+
pip install invoke==0.13.0
45
45
invoke install
46
46
invoke server
47
47
```
@@ -90,6 +90,8 @@ invoke test
90
90
91
91
- The error `def create_default_context(purpose=ssl.Purpose.SERVER_AUTH, *, cafile=None, capath=None, cadata=None): SyntaxError: invalid syntax` can be fixed by restarting your virtual environment. The problem should not reoccur.
92
92
93
+
-`invoke $command` results in `'$command' did not receive all required positional arguments!`: this error message occurs when trying to run MFR v0.19.0+ with `invoke<0.13.0`. Run `pip install invoke==0.13.0`, then retry your command.
94
+
93
95
### Create your own module
94
96
95
97
Interested in adding support for a new provider or file format? Check out the CONTRIBUTING.rst docs.
0 commit comments