From e72b2e464512318247eddac1e11d9fd0f47ffb4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Thu, 17 Mar 2022 11:11:24 -0700 Subject: [PATCH] Update doc/src/installation.md Co-authored-by: Smit Lunagariya --- doc/src/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/installation.md b/doc/src/installation.md index 3be0c09dd5..505e406a25 100644 --- a/doc/src/installation.md +++ b/doc/src/installation.md @@ -72,7 +72,7 @@ export PATH="$HOME/conda_root/bin:$PATH" Then prepare the environment: ```bash conda create -n lp -c conda-forge llvmdev=11.0.1 bison=3.4 re2c python cmake make toml numpy -conda activate lf +conda activate lp ``` Clone the LFortran git repository: ```