Skip to content

Commit 3c242cb

Browse files
committed
Update README.md
1 parent c1b9306 commit 3c242cb

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,28 @@ A professional heads-up display (HUD) overlay editor for DJI drone videos, integ
5050
## Installation
5151

5252
1. Clone the repository:
53+
```bash
54+
git clone https://github.com/airobinnet/DroneHUDEditor.git
55+
cd DroneHUDEditor
5356
```
54-
bash
55-
git clone https://github.com/airobinnet/drone-hud-editor.git
56-
cd drone-hud-editor
57+
58+
1a. (Optional) Create a new virtual environment:
59+
```bash
60+
python -m venv venv
61+
source venv/bin/activate
5762
```
5863

5964
2. Install required dependencies:
6065

61-
```
62-
bash
66+
```bash
6367
pip install -r requirements.txt
6468
```
6569

6670

6771
## Usage
6872

6973
1. **Launch the Application**:
70-
```
71-
bash
74+
```bash
7275
python main.py
7376
```
7477

0 commit comments

Comments
 (0)