update documentation
This commit is contained in:
12
README.md
12
README.md
@@ -90,20 +90,22 @@ This system implements **intelligent CPU temperature compensation** to ensure ac
|
|||||||
### 1️⃣ Install System Dependencies
|
### 1️⃣ Install System Dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get update
|
sudo apt update && apt upgrade
|
||||||
sudo apt-get install -y python3-pip python3-dev git
|
sudo apt install -y python3-pip python3-dev git i2c-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2️⃣ Clone the Repository
|
### 2️⃣ Clone the Repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/raspi-enviro.git
|
git clone https://github.com/yourusername/binglab-enviro.git
|
||||||
cd raspi-enviro
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3️⃣ Install Python Dependencies
|
### 3️⃣ Create Python virtual environment and install Dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
python3 -m venv enviro
|
||||||
|
source enviro/bin/activate
|
||||||
|
cd binglab-enviro
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user