Without double quotes, pip would not install

This commit is contained in:
Adam Davis 2018-10-22 13:37:52 -07:00 committed by GitHub
parent 71a054af92
commit ede02e2c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ It uses flask, which isn't a default dependency. You can install the
server 'extra' package with:
```python
pip install moto[server]
pip install "moto[server]"
```
You can then start it running a service: