@@ -9,12 +9,20 @@ The Recipe Recommendation System project helps users find recipes they can make
9
9
## How to Install Required Modules:
10
10
No additional modules are needed since json is part of the Python Standard Library.
11
11
12
- ## How to Run the Script:
13
- 1 . Navigate to the project directory in Command Prompt (Windows) or Terminal (macOS/Linux).
14
- 2 . Run the script using Python
15
- ``` sh
16
- python recipe_recommendation_system.py
17
- ```
12
+ ## ▶️ How to Run the Script
13
+ 1 . Clone the Repository:
14
+ ```
15
+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
16
+ ```
17
+ 2 . Navigate to Directory:
18
+ ``` bash
19
+ cd Simple-Python-Mini-Projects/Recipe\ Recommendation\ System
20
+ ```
21
+ 3 . Run the Script:
22
+ ``` bash
23
+ python recipe_recommender.py
24
+ ```
25
+
18
26
## Example Usage:
19
27
``` vbnet
20
28
Recipe Recommendation System
@@ -38,4 +46,4 @@ Ingredients: egg, milk, salt, pepper
38
46
Instructions: Beat eggs and milk, then cook in a pan with salt and pepper.
39
47
```
40
48
## Acknowledgments:
41
- - This project uses the [ Python Standard Library] ( https://docs.python.org/3/library/ ) modules.
49
+ - This project uses the [ Python Standard Library] ( https://docs.python.org/3/library/ ) modules.
0 commit comments