Update getting_started.rst (#5139)

This commit is contained in:
Agustin Cabra 2022-05-16 16:20:16 +02:00 committed by GitHub
parent 5389a4e9e2
commit ecfd6d6065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@ Installing Moto
You can use ``pip`` to install the latest released version of ``moto``, and specify which service(s) you will use::
pip install moto[ec2,s3,..]
pip install 'moto[ec2,s3,..]'
This will install Moto, and the dependencies required for that specific service.
If you don't care about the number of dependencies, or if you want to mock many AWS services::
pip install moto[all]
pip install 'moto[all]'
If you want to install ``moto`` from source::
@ -311,4 +311,4 @@ variables above are set, you should be good to go.
.. _unittest: https://docs.python.org/3/library/unittest.html
.. _pytest: https://pytest.org/en/latest/
.. _pytest fixtures: https://pytest.org/en/latest/fixture.html#fixture
.. _pytest fixtures: https://pytest.org/en/latest/fixture.html#fixture