Move prerequisites from README to wiki

This commit is contained in:
2026-05-25 23:09:21 +01:00
parent d4c5c32290
commit 60529b3160
+3 -20
View File
@@ -1,28 +1,11 @@
# discord-ledger-bot # discord-ledger-bot
## Prerequisites ## Prerequisites
Python must be installed system-wide. See instructions for your operating system below. Python must be installed system-wide. See instructions for your operating system [here](https://git.greyweather.dev/greyweather/discord-ledger-bot/wiki/Python-installation-instructions).
### Windows 11 / 10 [not yet tested]
Download the installer from [here](https://www.python.org/downloads/), install latest version. If given the option, you should install the 'venv' or 'virtual environment' module as well.
### Ubuntu / Debian (includes Pop!_OS, Linux Mint, Raspberry Pi OS, etc.)
```
sudo apt install python3 python3-venv
```
### Fedora (includes Nobara, Bazzite, etc.) [not yet tested]
```
sudo dnf install python3 python3-virtualenv
```
### Arch Linux (includes CachyOS, Manjaro, SteamOS, etc.)
```
sudo pacman -S python3 python3-venv
```
### OpenSUSE (Tumbleweed/Leap) [not yet tested]
```
sudo zypper install python3 python3-virtualenv
```
You will also need to register an application in the Discord Developer Portal, you can find instructions for that [here](https://git.greyweather.dev/greyweather/discord-ledger-bot/wiki/Discord-developer-portal-instructions).
## Installation / Usage instructions ## Bot setup instructions
1. Clone this repository: 1. Clone this repository:
``` ```
git clone https://git.greyweather.dev/greyweather/discord-ledger-bot.git git clone https://git.greyweather.dev/greyweather/discord-ledger-bot.git