From 4449689de3f0a4a14acc813d9461b8728936c0ef Mon Sep 17 00:00:00 2001 From: Roland Kofler Date: Mon, 8 May 2023 15:50:44 +0200 Subject: [PATCH] (fix) wrong filename, update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a267e1..c15f9bc0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ cd streamlit-apps 3. Run this command to create a `conda` environment and install dependencies ``` -conda env create -f environment.yml +conda env create -f environment_conda.yml ``` 4. Activate the environment