fix typo in readme (#3096)

Signed-off-by: Jat <jat@sinosky.org>
This commit is contained in:
Jat 2024-04-03 20:29:02 +08:00 committed by GitHub
parent f92a1be0b6
commit d241d66a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
```bash ```bash
sed -i "/^SECRET_KEY=/c\SECRET_KEY=$(openssl rand -base64 42)" .env sed -i "/^SECRET_KEY=/c\SECRET_KEY=$(openssl rand -base64 42)" .env
``` ```
3.5 If you use annaconda, create a new environment and activate it 3.5 If you use Anaconda, create a new environment and activate it
```bash ```bash
conda create --name dify python=3.10 conda create --name dify python=3.10
conda activate dify conda activate dify