From a1471627368fe8bbc301bb6d40e0d8011c3d63fd Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 26 Apr 2026 15:51:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9fb447..9bf2d5f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ cd /opt/fleet-control-server #### 2. Virtual Environment Setup (Recommended) To prevent conflicts with OS packages (PEP 668), create an isolated environment: ```bash -cd /opt/web-control-server +cd /opt/fleet-control-server python3 -m venv venv source venv/bin/activate pip install --upgrade pip setuptools wheel @@ -149,7 +149,7 @@ cd /opt/fleet-control-server #### 2. Setup Ambiente Virtuale (Consigliato) Per evitare conflitti con i pacchetti di sistema (regola PEP 668), crea una "bolla" isolata: ```bash -cd /opt/web-control-server +cd /opt/fleet-control-server python3 -m venv venv source venv/bin/activate pip install --upgrade pip setuptools wheel