From 1dd107b298ad5dffe1f036e1c8b774f7d846918c Mon Sep 17 00:00:00 2001 From: Dylan Schultz Date: Tue, 30 Nov 2021 17:02:34 -0800 Subject: [PATCH] Update INSTALL_AND_RUN.md --- doc/INSTALL_AND_RUN.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/INSTALL_AND_RUN.md b/doc/INSTALL_AND_RUN.md index c124076..814b5c6 100644 --- a/doc/INSTALL_AND_RUN.md +++ b/doc/INSTALL_AND_RUN.md @@ -17,6 +17,15 @@ The only major requirement to run PANIC is Python 3. However, to unlock the full - **Optional**: Twilio account, for highly effective phone call alerts. - **Optional**: Redis server, to keep a backup of the alerter state and to have some control over the alerter, such as to snooze phone call alerts using Telegram commands. +### Clone Repository + +In order to run setup, you must first clone the repository. +``` +cd ~ +git clone https://github.com/SimplyVC/panic_cosmos.git +cd panic_cosmos +``` + ### Python (with pip and pipenv) 1. To install **Python v3.5.2 or greater**, you can [follow this guide](https://realpython.com/installing-python/).