Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Update INSTALL_AND_RUN.md #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/INSTALL_AND_RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down