Skip to content

Commit 27d4103

Browse files
Update README.md
1 parent 616c21e commit 27d4103

File tree

1 file changed

+14
-8
lines changed
  • Personal Journal with Sentiment Analysis

1 file changed

+14
-8
lines changed

Personal Journal with Sentiment Analysis/README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,20 @@ To install the required modules, use the following steps:
3838
exit()
3939
```
4040

41-
## How to Run the Script
42-
1. Navigate to the project directory in Command Prompt (Windows) or Terminal (macOS/Linux).
43-
2. Run the script using Python:
44-
```sh
45-
python personal_journal.py
46-
```
47-
3. Follow the on-screen prompts to use the journal application.
48-
41+
## ▶️ How to Run the Script
42+
1. Clone the Repository:
43+
```
44+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
45+
```
46+
2. Navigate to Directory:
47+
```bash
48+
cd Simple-Python-Mini-Projects/Personal\ Journal\ with\ Sentiment\ Analysis
49+
```
50+
3. Run the Script:
51+
```bash
52+
python personal_journal.py
53+
```
54+
4955
## Example Usage
5056
```sh
5157
Personal Journal

0 commit comments

Comments
 (0)