From ad31db5e760cd30ddbf9083b46b15a38b6e86278 Mon Sep 17 00:00:00 2001 From: alex-rakowski Date: Tue, 12 Dec 2023 11:36:27 -0800 Subject: [PATCH] removing optional conda comment --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f047aaa7c..d90b93ac7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -73,7 +73,7 @@ Thank you for your interest in contributing to py4DSTEM! We look forward to seei git checkout -b ``` -4. **_(Optional)_ Create an anaconda envrionment:** Environments are useful for a number of reasons. They create an isolated environment for each project or task, making it easy to reproduce results, manage dependencies, and collaborate with others. There are a number of different ways to use environments, including anaconda, pipenv, virtualenv, we reccomend [anaconda](https://docs.anaconda.com/free/anaconda/install/index.html).: +4. **Create an anaconda envrionment:** Environments are useful for a number of reasons. They create an isolated environment for each project or task, making it easy to reproduce results, manage dependencies, and collaborate with others. There are a number of different ways to use environments, including anaconda, pipenv, virtualenv, we reccomend [anaconda](https://docs.anaconda.com/free/anaconda/install/index.html).: ```bash conda create -n py4dstem-dev python=3.10