From ccf62cc4b3424a1e98fc6ddd1c0499267fda8aff Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Wed, 25 Sep 2024 12:30:54 -0400 Subject: [PATCH] Update anaconda_installation.md --- docs/anaconda_installation.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/anaconda_installation.md b/docs/anaconda_installation.md index b4eac9a02..c5d1a8c8e 100644 --- a/docs/anaconda_installation.md +++ b/docs/anaconda_installation.md @@ -22,15 +22,7 @@ 6. In the terminal, type `pip install simba-uw-tf-dev` -7. Once it is installed, uninstall shapely, it will then prompt `Proceed([y]/[n])?`, type `y`. - -`pip uninstall shapely` - -8. Then reinstall using the following command, it will then prompt `Proceed([y]/[n])?`, type `y`. - -`conda install -c conda-forge shapely` - -9. Type `simba` in the terminal to check if it works. +7. Type `simba` in the terminal to check if it works. Author [Simon N](https://github.com/sronilsson), [JJ Choong](https://github.com/inoejj)