From f04c3fdbea93a31d54cac008ac75fcb3375c67f2 Mon Sep 17 00:00:00 2001 From: Harry Carey <38996929+PolarBean@users.noreply.github.com> Date: Fri, 24 May 2024 17:25:14 +0200 Subject: [PATCH] upadte docs to reflect that python3.7 i no longer required --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b98c8e..05f9987 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you would like to use DeepSlice but don't need your own personal installation

From PIP

-This is the easy and recommended way to install DeepSlice. Make sure your env has Python 3.7 installed and then simply: +This is the easy and recommended way to install DeepSlice, simply: ```bash pip install DeepSlice @@ -41,7 +41,7 @@ And you're ready to go! 🚀 Check out the PyPi package [here](https://pypi.org/

From Source

-**First** To use DeepSlice you must have python3.7 installed. In order to easily install all the dependancies we recommend using [Anaconda](https://www.anaconda.com/products/individual "Anaconda Installation Files"). +**First** In order to easily install all the dependancies we recommend using [Anaconda](https://www.anaconda.com/products/individual "Anaconda Installation Files"). **Second** Once anaconda is installed, cd into your cloned DeepSlice directory, then cd into the 'conda_environments' directory, and use our premade environment files to setup your system.