Skip to content

Commit 47786cc

Browse files
update README.md
1 parent 9bdaddc commit 47786cc

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<p align="center">
88
<div style="text-align: center;">
99
<img src="assets/img1.png" alt="Image 1">
10-
<p>Image 1</p>
1110
</div>
1211
</p>
1312

@@ -140,14 +139,14 @@ Easy G-Code Plotter is a comprehensive desktop application for viewing, editing,
140139
1. Clone the repository:
141140

142141
```bash
143-
git clone <repository-url>
142+
git clone https://github.com/MaestroFusion360/easy_gcode_plot.git
144143
cd easy-gcode-plotter
145144
```
146145

147146
2. Install required packages:
148147

149148
```bash
150-
pip install PyQt5 pyqtgraph QScintilla numpy
149+
pip install -r scripts/requirements.txt
151150
```
152151

153152
3. Run the application:
@@ -346,11 +345,9 @@ The application creates a `main.log` file for debugging:
346345
# Install development dependencies
347346
pip install -r scripts/requirements.txt
348347

349-
# Run tests
350-
python -m pytest tests/
351-
352348
# Create executable (optional)
353-
pyinstaller main.spec
349+
pip install pyinstaller
350+
pyinstaller main.py --name easy_gcode_plot --onefile
354351
```
355352

356353
### Code Structure

0 commit comments

Comments
 (0)