Skip to content

Commit b0ad786

Browse files
Update README.md
1 parent 5d2768b commit b0ad786

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ A cross-platform Python Tkinter application that allows users to generate JavaSc
1111
- Create basic JavaScript functions with parameters.
1212
- Copy generated code to clipboard with one click.
1313
- User-friendly Tkinter GUI with organized input panels.
14-
- Install Requirements: pip install -r requirements.txt
14+
- Install Requirements:
1515

1616
## Installation
1717
1. Clone the repository:
1818
```bash
1919
git clone https://github.com/yourusername/js-snippet-generator.git
2020
cd js-snippet-generator
21+
```
22+
2. Install Requirements:
23+
```bash
24+
pip install -r requirements.txt

0 commit comments

Comments
 (0)