Update README.md

This commit is contained in:
FURK4NGG
2026-05-04 00:34:26 +03:00
committed by GitHub
parent 22c0dae1c9
commit 821ad0dbd5
+3 -3
View File
@@ -31,7 +31,7 @@
``` ```
sudo pacman -S --needed python python-virtualenv git sudo pacman -S --needed python python-virtualenv git
``` ```
Enviroment Environment
``` ```
python -m venv venv python -m venv venv
source venv/bin/activate source venv/bin/activate
@@ -136,7 +136,7 @@
<details> <details>
<summary>Debian/Ubuntu/Rasberry Pi OS</summary> <summary>Debian/Ubuntu/Raspberry Pi OS</summary>
``` ```
@@ -147,7 +147,7 @@
sudo apt update sudo apt update
sudo apt install -y python3 python3-venv git sudo apt install -y python3 python3-venv git
``` ```
Enviroment Environment
``` ```
python3 -m venv venv python3 -m venv venv
source venv/bin/activate source venv/bin/activate