Skip to content

Windows Simple Installation

Kozejin edited this page Nov 16, 2024 · 6 revisions

Requirements

Installation (Windows)

If python from my instructions does not work, try py for the commands.

  1. Open Windows Powershell and create the new directory.
mkdir c:/palbot; cd c:/palbot
  1. 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
  1. Configure the env variables and server configuration.
copy .env.example .env
notepad .env
  1. Start the bot
python main.py
Clone this wiki locally