-
-
Notifications
You must be signed in to change notification settings - Fork 9
Windows Simple Installation
Kozejin edited this page Nov 16, 2024
·
6 revisions
If python
from my instructions does not work, try py
for the commands.
- Open Windows Powershell and create the new directory.
mkdir c:/palbot; cd c:/palbot
- Clone the repository and install the requirements.
git clone https://github.com/dkoz/palworld-palbot; cd palworld-palbot
python -m pip install setuptools
python -m pip install -r requirements.txt
- Configure the env variables and server configuration.
copy .env.example .env
notepad .env
- Start the bot
python main.py