Merge pull request #1889 from adamdavis40208/readme-moto-server-fix
Without double quotes, pip would not install
This commit is contained in:
commit
2d2ffa2bba
@ -259,7 +259,7 @@ It uses flask, which isn't a default dependency. You can install the
|
|||||||
server 'extra' package with:
|
server 'extra' package with:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
pip install moto[server]
|
pip install "moto[server]"
|
||||||
```
|
```
|
||||||
|
|
||||||
You can then start it running a service:
|
You can then start it running a service:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user