From 0e4b934f9cdc8836e3cf2393f044bdeab7da29c6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:24:06 -0400 Subject: [PATCH] dotenv -> python-dotenv --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f093b89..22b8e32 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The bot is not currently available to invite, but there are instructions on how If you're self-hosting IndiumRevolt.py, please make it clear that it is not the main instance (or change the name) but give credit by linking to this repository in the bot's profile (something like ``This bot is an instance of [IndiumRevolt.py](https://github.com/SeaswimmerTheFsh/IndiumRevolt.py)`` will suffice). * Clone this repository (`git clone https://github.com/SeaswimmerTheFsh/IndiumRevolt.py.git`) -* Install Revolt.py and dotenv - * ``pip install revolt.py dotenv`` +* Install Revolt.py and python-dotenv + * ``pip install revolt.py python-dotenv`` * Set up an `.env` file * Rename the `.env.example` file and fill out the values * Run the bot (`python main.py`)