File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Virtual Plant Care Simulato Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,20 @@ The Virtual Plant Care Simulator project simulates the experience of taking care
1616## How to Install Required Modules:
1717These modules are part of the Python Standard Library, so no additional installation is required.
1818
19- ## How to Run the Script:
20- 1 . Navigate to the project directory in Command Prompt (Windows) or Terminal (macOS/Linux).
21- 2 . Run the script using Python:
22- ``` sh
23- python plant_care_simulator.py
24- ```
25-
19+ ## ▶️ How to Run the Script
20+ 1 . Clone the Repository:
21+ ```
22+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
23+ ```
24+ 2 . Navigate to Directory:
25+ ``` bash
26+ cd Simple-Python-Mini-Projects/Virtual\ Plant\ Care\ Simulator
27+ ```
28+ 3 . Run the Script:
29+ ``` bash
30+ python plant_care_simulator.py
31+ ```
32+
2633## Example Usage:
2734``` markdown
2835Virtual Plant Care Simulator
You can’t perform that action at this time.
0 commit comments