Update README.md

This commit is contained in:
2025-04-18 14:06:43 +02:00
parent fb2bc0f307
commit 8fc3c42291

View File

@@ -1,8 +1,10 @@
# whatsapp-wordcloud # whatsapp-wordcloud
```bash
python -m venv .venv python -m venv .venv
'''bash ```
```bash
.\.venv\Scripts\activate.bat .\.venv\Scripts\activate.bat
''' ```
```bash
pip install -r requirements.txt pip install -r requirements.txt
- ```