From 1784405dd667e2630fccc4949a04702d8fef0c84 Mon Sep 17 00:00:00 2001 From: gschnabel <40870991+gschnabel@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:30:29 +0100 Subject: [PATCH] correct install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a0c391a..04ed4340 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ We recommend to create a virtual environment with Python version 3.9. With conda you can create a new environment by ``` -conda env create -y -n gmapy python=3.9 pip +conda create -y -n gmapy python=3.9 pip ``` Then activate the environment (`conda activate gmapy`) and install the gmapy package: