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 08ded97

Browse files
Update README.md
1 parent 5e4588a commit 08ded97

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

‎Grocery Store Management System/README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@ The script consists of several classes:
88
* GroceryStore: Manages the inventory of products, customers, and sales. It provides methods to add products, update products, add customers, record sales, and view product inventory and sales records.
99
## How to Install Required Modules
1010
No additional modules beyond Python's standard library are required to run this script.
11-
## How to Run the Script
12-
1. Clone the Repository:
13-
```bash
14-
git clone https://github.com/yourusername/grocery-store-management.git
15-
cd grocery-store-management
16-
```
11+
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/Grocery\ Store\ Management\ System
20+
```
1721
2. Run the Script:
18-
```bash
19-
python3 grocery_store.py
20-
```
21-
Follow the prompts in the terminal to interact with the grocery store management system:
22+
```bash
23+
python grocery_store_management.py
24+
```
25+
- Manage grocery inventory, track sales, and handle basic operations.
2226

2327
* Add or update products.
2428
* Add customers.

0 commit comments

Comments
(0)

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