import{_ as i,o as e,c as a,a7 as t}from"./chunks/framework._avq4Ty7.js";const k=JSON.parse('{"title":"Install","description":"","frontmatter":{"title":"Install","order":1},"headers":[],"relativePath":"en/deploy/install.md","filePath":"en/deploy/install.md","lastUpdated":1731694626000}'),n={name:"en/deploy/install.md"};function l(o,s,p,r,h,d){return e(),a("div",null,s[0]||(s[0]=[t(`
Git
and Python3.10+
Environment.# Clone Repo
git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1
# Change directory
cd LiteyukiBot
# Create virtual environment
python -m venv venv
# Activate virtual environment
.\\venv\\Scripts\\activate # Windows
source venv/bin/activate # Linux
# Install dependencies
pip install -r requirements.txt
# Run Liteyuki
python main.py
TIP
It is recommended to use a virtual environment to run Liteyuki to avoid dependency conflicts. You can use python -m venv .venv
to create a virtual environment, and then use .venv\\Scripts\\activate
to activate the virtual environment (use source .venv/bin/activate
to activate on Linux).
docker pull git.liteyuki.icu/bot/app:latest # Nightly build
TIP
If you are using Windows, please use the absolute project directory /path/to/LiteyukiBot
instead of $(pwd)
If you have modified the port number, please replace 20216:20216
with your port number
Windows10+
/Windows Server 2019+
Ubuntu 20.04+
1vCPU
300~500MB
, including chromium
and node
processes, other plugins depend on specific plugins, recommended 1GB
or more1GB
of spaceWARNING
If there are multiple environments on the device, please use path/to/python -m pip install -r requirements.txt
to install dependencies, path/to/python
is the path to your Python executable
WARNING
Liteyuki's update function depends on Git. If you do not have Git installed and run the source code directly, you will not be able to use the update function