From 22a2c7066179f2885fd7fa8b8b2ae0cbfeb6c35c Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Thu, 30 Mar 2023 11:58:14 -0600 Subject: [PATCH] Minor README formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e538904..f62a078 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ of the following options: * Install the Anaconda Python 3.10 distribution for your operating system from [here](https://www.continuum.io/downloads). Create a new environment and activate it: ```bash -conda create -y --name batdetect2 python==3.10` +conda create -y --name batdetect2 python==3.10 conda activate batdetect2 -`````` +``` * If you already have Python installed (version >= 3.8,< 3.11) and prefer using virtual environments then: