From 9a4a3c173fd3bdb825cb34ae3cbca4468c2f0852 Mon Sep 17 00:00:00 2001 From: tinyboxvk Date: Mon, 21 Oct 2024 06:22:35 -0300 Subject: [PATCH] Update README.md (#110) New default solver in conda is much faster now. See https://docs.conda.io/projects/conda/en/latest/release-notes.html#with-this-23-10-0-release-we-are-changing-the-default-solver-of-conda-to-conda-libmamba-solver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d59d8920..9c8441ef 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,9 @@ The out of tree module gr-lora_sdr can be installed from source or directly as a ```sh source ~/.bashrc ``` - - Now copy our environment to install all the dependencies of the module automatically. Note that it will take quite some time (~20 min). + - Now copy our environment to install all the dependencies of the module automatically ```sh - conda env create -f environment.yml + conda env create -f environment.yml ``` - Start the conda environment GNU Radio 3.10 you just created ```sh