Skip to content

Commit

Permalink
README.md: Add steps to create virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
RAvengineer committed May 10, 2021
1 parent 0d10657 commit 25c6816
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
```
1. Create a webhook in the desired Discord channel. Follow this [Intro to Webhooks](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) official guide for learning how to create & manage a webhook.
1. Follow the guidelines for `.env` file provided below (next section) :arrow_double_down:
1. *(Optional)* Create a virtual environment *[Requires Python 3+]*
```bash
python -m venv venv
source ./venv/bin/activate
```
1. Install required libraries
```bash
pip install -r requirements.txt
Expand Down

0 comments on commit 25c6816

Please sign in to comment.