Skip to content

Commit

Permalink
Add installation-methods to docs (#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Feb 23, 2021
1 parent a0d7a94 commit af8b658
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ Installing Moto

You can use ``pip`` to install the latest released version of ``moto``::

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]

Not all services might be covered, in which case you might see a warning:
`moto 1.3.16 does not provide the extra 'service'`.

You can ignore the warning, or simply install moto as is::

pip install moto

If you want to install ``moto`` from source::
Expand Down

0 comments on commit af8b658

Please sign in to comment.