From fd0ee1a9af7f434dd65b253e278e93ca33ee2e0b Mon Sep 17 00:00:00 2001 From: Roby Date: Mon, 27 Apr 2026 16:43:47 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2319f47..c8877f0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ cd /opt/fleet-node-agent #### 2. Virtual Environment Setup ```bash -sudo python3 -m venv venv +python3 -m venv venv source venv/bin/activate pip install -r requirements.txt ``` @@ -106,7 +106,7 @@ cd /opt/fleet-node-agent #### 2. Setup Ambiente Virtuale (venv) ```bash -sudo python3 -m venv venv +python3 -m venv venv source venv/bin/activate pip install -r requirements.txt ```