Skip to content

Commit e2fc693

Browse files
committed
Fixed line spacing
1 parent 1a11a29 commit e2fc693

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,29 @@ while True:
6666
</html>
6767

6868
## Environment Setup and Local Installation:
69-
1. <b>Drop a :star: on the Github Repository.
69+
1. **Drop a :star: on the Github Repository.**
7070
</br>
7171

72-
1. Download Python IDE (recommended Anaconda IDE)
73-
[Install Anaconda for Windows](https://docs.anaconda.com/anaconda/install/windows/)
74-
[Install Anaconda for MacOS](https://docs.anaconda.com/anaconda/install/mac-os/)
72+
1. **Download Python IDE (recommended Anaconda IDE)**
73+
[Install Anaconda for Windows](https://docs.anaconda.com/anaconda/install/windows/)</br>
74+
[Install Anaconda for MacOS](https://docs.anaconda.com/anaconda/install/mac-os/)</br>
7575
[Install Anaconda for Linux](https://docs.anaconda.com/anaconda/install/linux/)
76-
</br>
76+
</br>
7777

78-
1. Clone the Repo by going to your local Git Client and pushing this command:
78+
1. **Clone the Repo by going to your local Git Client and pushing this command:**</br>
7979
`git clone https://github.com/Pranav016/Python-Chatbot.git`
8080
</br>
8181

82-
1. Go to the AnacondaPrompt and use this command to install the packages. Open Jupyter Notebook to work-on/ use the chatbot:
82+
1. **Go to the AnacondaPrompt and use this command to install the packages. Open Jupyter Notebook to work-on/ use the chatbot:**
8383
```bash
8484
pip install -r requirements.txt
8585
```
8686
or
8787
</br>
88-
Open the project in your Jupyter Notebook.
89-
Run these commands in it.
88+
**Open the project in your Jupyter Notebook.**
89+
**Run these commands in it.**
9090

9191
``` bash
9292
!pip install chatterbot
9393
!pip install chatterbot_corpus
94-
```
94+
```

0 commit comments

Comments
 (0)