File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
5353Then, download this repository, and run the " main.py" file to start interacting with the chatbot!
You can’t perform that action at this time.
0 commit comments