Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc0cf16

Browse files
Update README.md
1 parent 4f8b71f commit fc0cf16

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

‎Recipe Recommendation System/README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,20 @@ The Recipe Recommendation System project helps users find recipes they can make
99
## How to Install Required Modules:
1010
No additional modules are needed since json is part of the Python Standard Library.
1111

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+
1826
## Example Usage:
1927
```vbnet
2028
Recipe Recommendation System
@@ -38,4 +46,4 @@ Ingredients: egg, milk, salt, pepper
3846
Instructions: Beat eggs and milk, then cook in a pan with salt and pepper.
3947
```
4048
## 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /