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
16
16
## How to Install Required Modules:
17
17
These modules are part of the Python Standard Library, so no additional installation is required.
18
18
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
+
26
33
## Example Usage:
27
34
``` markdown
28
35
Virtual Plant Care Simulator
You can’t perform that action at this time.
0 commit comments