From d1f19405a17bd6785a4ca3bb51c9babb064fce78 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:27:36 +0000 Subject: [PATCH] Update README.md. closes #1267 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1640ce..7d736aa 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,10 @@ This is the recommended way for Windows users. ### From source code (FreeBSD/TrueNAS CORE) -* Run `pkg install chromium python39 py39-pip xorg-vfbserver` command to install the required dependencies. +* Run `pkg install chromium python311 py311-pip xorg-vfbserver` command to install the required dependencies. * Clone this repository and open a shell in that path. -* Run `python3.9 -m pip install -r requirements.txt` command to install FlareSolverr dependencies. -* Run `python3.9 src/flaresolverr.py` command to start FlareSolverr. +* Run `python3.11 -m pip install -r requirements.txt` command to install FlareSolverr dependencies. +* Run `python3.11 src/flaresolverr.py` command to start FlareSolverr. ### Systemd service