Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit authored Mar 1, 2024
1 parent d4227c0 commit f67cda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f67cda3

Please sign in to comment.