fix: --upgrade flag for all pip instances (#557)
This commit is contained in:
@@ -26,7 +26,7 @@ Send Messages (under Text Permissions)
|
||||
1. Install embedchain python package:
|
||||
|
||||
```bash
|
||||
pip install "embedchain[discord]"
|
||||
pip install --upgrade "embedchain[discord]"
|
||||
```
|
||||
|
||||
2. Launch your Discord bot:
|
||||
|
||||
@@ -7,7 +7,7 @@ title: '🔮 Poe Bot'
|
||||
1. Install embedchain python package:
|
||||
|
||||
```bash
|
||||
pip install "embedchain[poe]"
|
||||
pip install --upgrade "embedchain[poe]"
|
||||
```
|
||||
|
||||
2. Create a free account on [Poe](https://www.poe.com?utm_source=embedchain).
|
||||
|
||||
@@ -7,7 +7,7 @@ title: '💬 WhatsApp Bot'
|
||||
1. Install embedchain python package:
|
||||
|
||||
```bash
|
||||
pip install embedchain
|
||||
pip install --upgrade embedchain
|
||||
```
|
||||
|
||||
2. Launch your WhatsApp bot:
|
||||
|
||||
Reference in New Issue
Block a user