Update getting_started.rst (#5139)
This commit is contained in:
parent
5389a4e9e2
commit
ecfd6d6065
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user