From 64dec7e5d9425b2a271ffdea903d51f7d02ace99 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Sat, 10 Sep 2022 09:54:09 +0000 Subject: [PATCH] Update Install docs to include note on forking --- docs/docs/contributing/installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: