examples: more translation-chatbot fixes

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-13 17:57:11 -07:00
parent 9aea8e951c
commit 68f0da26b6
4 changed files with 20 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ See a quick video walkthrough of the code here: https://www.loom.com/share/59fdd
## Get started
```python
python3 -m venv env
source env/bin/activate
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp env.example .env # and add your credentials