update readme
This commit is contained in:
@@ -44,7 +44,7 @@ cd /opt/fleet-node-agent
|
|||||||
|
|
||||||
#### 2. Virtual Environment Setup
|
#### 2. Virtual Environment Setup
|
||||||
```bash
|
```bash
|
||||||
sudo python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
@@ -106,7 +106,7 @@ cd /opt/fleet-node-agent
|
|||||||
|
|
||||||
#### 2. Setup Ambiente Virtuale (venv)
|
#### 2. Setup Ambiente Virtuale (venv)
|
||||||
```bash
|
```bash
|
||||||
sudo python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user