Skip to content

Commit fa1c41b

Browse files
updated README.md
1 parent 8f5e450 commit fa1c41b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ This project provides a command-line interface to run various Python scripts for
2121

2222
3. Navigate to the project directory:
2323

24-
cd <project-directory> #scripts
24+
cd C:\path\to\your\project
2525

26-
4. Install any necessary dependencies. If your scripts require specific libraries, make sure to install them using <pip>.
26+
4. Install any necessary dependencies. If your scripts require specific libraries, make sure to install them using pip.
2727

28-
pip install -r requirements.txt
28+
pip install -r requirements.txt
2929

3030
## Usage
3131
Open the command prompt (CMD).
32-
Navigate to the directory where <menu.py> is located:
32+
Navigate to the directory where menu.py is located:
3333

3434
cd C:\path\to\your\project
3535

0 commit comments

Comments
 (0)