From b3eb966215543a1755d24c890626dc49d1c28784 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:16 -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 30b71d6132..3be0c09dd5 100644 --- a/doc/src/installation.md +++ b/doc/src/installation.md @@ -71,7 +71,7 @@ export PATH="$HOME/conda_root/bin:$PATH" ``` Then prepare the environment: ```bash -conda create -n lf -c conda-forge llvmdev=11.0.1 bison=3.4 re2c python cmake make toml numpy +conda create -n lp -c conda-forge llvmdev=11.0.1 bison=3.4 re2c python cmake make toml numpy conda activate lf ``` Clone the LFortran git repository: