File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,20 +47,18 @@ git clone https://github.com/NerdTIV/MeshBreaker.git
4747cd 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 !
5451Linux/macOS:
5552``` bash
53+ python -m venv .venv
5654source .venv/bin/activate
5755```
5856Windows (PowerShell):
5957``` powershell
6058.\.venv\Scripts\Activate.ps1
6159```
6260
63- 3 ) Install dependencies:
61+ 2 ) Install dependencies:
6462``` bash
6563python -m pip install --upgrade pip
6664python -m pip install -r requirements.txt
@@ -76,7 +74,7 @@ Optional hardware extras:
7674pip install .[hardware]
7775```
7876
79- 4 ) Platform setup:
77+ 3 ) Platform setup:
8078- Linux:
8179``` bash
8280sudo apt-get install bluez bluez-tools bluetooth libbluetooth-dev libglib2.0-dev pkg-config build-essential python3-dev
You can’t perform that action at this time.
0 commit comments