From 67c83d28f0a0035faf6d071d82269f19a1b5542f Mon Sep 17 00:00:00 2001 From: Oshanath <76530640+Oshanath@users.noreply.github.com> Date: Thu, 7 Apr 2022 00:20:35 +0530 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ondrej's suggestion Co-authored-by: Ondřej Čertík --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e14a78b162..bcf2aa4cbb 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ https://github.com/conda-forge/miniforge/#download Create a Conda environment: - conda config --append channels conda-forge - conda create -n lp llvmdev=11.0.1 bison=3.4 re2c python cmake make toml numpy + conda create -c conda-forge -n lp llvmdev=11.0.1 bison=3.4 re2c python cmake make toml numpy conda activate lp Install required packages (Linux - 64 bit):