diff --git a/docs/docs/contributing/installation.rst b/docs/docs/contributing/installation.rst index 3b516ab03..739251319 100644 --- a/docs/docs/contributing/installation.rst +++ b/docs/docs/contributing/installation.rst @@ -10,6 +10,16 @@ The following software is assumed to be present: - Python 3.x - Docker + - Git + + +Checking out the code +====================== +Contributing to Moto involves forking the project. +GitHub has a handy guide explaining how to do this: https://docs.github.com/en/get-started/quickstart/contributing-to-projects + +Installing Moto +================= It is recommended to work from some kind of virtual environment, i.e. `virtualenv`, to prevent cross-contamination with other projects. From within such a virtualenv, run the following command to install all required dependencies: