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
16
16
- For Windows users:
17
17
- Open the command prompt and type:
18
18
``` shell
19
- pip3 install wikipedia-api
19
+ pip install wikipedia-api
20
20
```
21
21
- For POSIX (including macOS and Linux) users:
22
22
- Open the terminal and type:
23
23
` ` ` shell
24
- $ python -m pip install wikipedia-api
24
+ $ python3 -m pip install wikipedia-api
25
25
` ` `
26
26
27
27
- PyOWM
@@ -34,7 +34,7 @@ To operate the chatbot, you must first install these dependencies for the chatbo
34
34
- For POSIX (including macOS and Linux) users:
35
35
- Open the terminal and type:
36
36
` ` ` shell
37
- $ python -m pip install pyowm
37
+ $ python3 -m pip install pyowm
38
38
` ` `
39
39
40
40
- IPStack for Python (Geo Location Library)
@@ -47,7 +47,7 @@ To operate the chatbot, you must first install these dependencies for the chatbo
47
47
- For POSIX (including macOS and Linux) users:
48
48
- Open the terminal and type:
49
49
` ` ` shell
50
- $ python -m pip install pyowm
50
+ $ python3 -m pip install ipstack
51
51
` ` `
52
52
53
53
Then, 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