From f67cda3c3fea854b7599eb23f8c5e93446ca162e Mon Sep 17 00:00:00 2001 From: freiheit <19813+freiheit@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:53:08 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffba05d..22a0664 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ https://discord.com/api/oauth2/authorize?client_id=1168083075515826186&permissio ## Installing ### Example on CentOS Stream9: -1. Install python: yum install python3.11 python3.11-devel python3.11-pip python3.11-pip-wheel python3.11-wheel -2. Make a venv: python3.11 -m venv --symlinks --system-site-packages .venv -3. Install requirements into venv: ./.venv/bin/pip install -r requirements.txt +1. Install python: `yum install python3.11 python3.11-devel python3.11-pip python3.11-pip-wheel python3.11-wheel` +2. Make a venv: `python3.11 -m venv --symlinks --system-site-packages .venv` +3. Install requirements into venv: `./.venv/bin/pip install -r requirements.txt` 4. Copy mvkdicebot.example.ini to mvkdicebot.ini 5. Create a bot account and get a token: https://discord.com/developers/applications/ 6. Put the token into mvkdicebot.ini