From f9ca9187762992ab9472fbd3d439b9de20e2d7ff Mon Sep 17 00:00:00 2001 From: Sultan Orazbayev Date: Wed, 21 Jun 2023 11:11:08 +0600 Subject: [PATCH] Add missing CLI keyword. --- docs/contributor_guide/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributor_guide/index.rst b/docs/contributor_guide/index.rst index e8078f933..3b94f2f35 100644 --- a/docs/contributor_guide/index.rst +++ b/docs/contributor_guide/index.rst @@ -58,7 +58,7 @@ Here are instructions for two popular environment managers: :: # Create a conda environment named ``graphblas-dev`` using environment.yml in the repository root - conda create -f environment.yml + conda env create -f environment.yml # Activate it conda activate graphblas-dev # Install python-graphblas from source