Skip to content

Commit eb3fbe7

Browse files
TIVTIV
authored andcommitted
read
1 parent 11a03bf commit eb3fbe7

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,18 @@ git clone https://github.com/NerdTIV/MeshBreaker.git
4747
cd MeshBreaker
4848
```
4949

50-
2) (Optional) Create and activate a virtual environment:
51-
```bash
52-
python -m venv .venv
53-
```
50+
- (Optional) Create and activate a virtual environment !
5451
Linux/macOS:
5552
```bash
53+
python -m venv .venv
5654
source .venv/bin/activate
5755
```
5856
Windows (PowerShell):
5957
```powershell
6058
.\.venv\Scripts\Activate.ps1
6159
```
6260

63-
3) Install dependencies:
61+
2) Install dependencies:
6462
```bash
6563
python -m pip install --upgrade pip
6664
python -m pip install -r requirements.txt
@@ -76,7 +74,7 @@ Optional hardware extras:
7674
pip install .[hardware]
7775
```
7876

79-
4) Platform setup:
77+
3) Platform setup:
8078
- Linux:
8179
```bash
8280
sudo apt-get install bluez bluez-tools bluetooth libbluetooth-dev libglib2.0-dev pkg-config build-essential python3-dev

0 commit comments

Comments
 (0)