Skip to content

Commit 97466cf

Browse files
author
Kapilesh Pennichetty
committed
Fixed errors in documentation- steps to install dependencies on POSIX were incorrect; check README.md for more details.
1 parent e748efc commit 97466cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ To operate the chatbot, you must first install these dependencies for the chatbo
1616
- For Windows users:
1717
- Open the command prompt and type:
1818
```shell
19-
pip3 install wikipedia-api
19+
pip install wikipedia-api
2020
```
2121
- For POSIX (including macOS and Linux) users:
2222
- Open the terminal and type:
2323
```shell
24-
$ python -m pip install wikipedia-api
24+
$ python3 -m pip install wikipedia-api
2525
```
2626

2727
- PyOWM
@@ -34,7 +34,7 @@ To operate the chatbot, you must first install these dependencies for the chatbo
3434
- For POSIX (including macOS and Linux) users:
3535
- Open the terminal and type:
3636
```shell
37-
$ python -m pip install pyowm
37+
$ python3 -m pip install pyowm
3838
```
3939

4040
- IPStack for Python (Geo Location Library)
@@ -47,7 +47,7 @@ To operate the chatbot, you must first install these dependencies for the chatbo
4747
- For POSIX (including macOS and Linux) users:
4848
- Open the terminal and type:
4949
```shell
50-
$ python -m pip install pyowm
50+
$ python3 -m pip install ipstack
5151
```
5252

5353
Then, download this repository, and run the "main.py" file to start interacting with the chatbot!

0 commit comments

Comments
 (0)