We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3871c7 commit ff48c19Copy full SHA for ff48c19
README.md
@@ -30,9 +30,9 @@ $ sudo easy_install webdavclient
30
> macOS
31
32
```bash
33
-curl https://bootstrap.pypa.io/ez_setup.py -o - | python
34
-python setup.py install --prefix=/opt/setuptools
35
-sudo easy_install webdavclient
+$ curl https://bootstrap.pypa.io/ez_setup.py -o - | python
+$ python setup.py install --prefix=/opt/setuptools
+$ sudo easy_install webdavclient
36
```
37
38
**Update**
0 commit comments