diff --git a/docs/docs/getting_started.rst b/docs/docs/getting_started.rst index 94a3682ab..2da49847f 100644 --- a/docs/docs/getting_started.rst +++ b/docs/docs/getting_started.rst @@ -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 \ No newline at end of file +.. _pytest fixtures: https://pytest.org/en/latest/fixture.html#fixture