Without double quotes, pip would not install
This commit is contained in:
parent
71a054af92
commit
ede02e2c2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue