From 8894819f3a147fc98f62f0327c787cadb0a779ba Mon Sep 17 00:00:00 2001 From: Barbara Kemper <62028641+bkemper24@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:03:46 -0400 Subject: [PATCH] Update README.md remove conda install from readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index de8b4e01..8ee36685 100755 --- a/README.md +++ b/README.md @@ -62,12 +62,10 @@ you can install it using `pip`. # Installation -SWAT can be installed using `pip` or `conda` (if you are using Anaconda):: +SWAT can be installed using `pip`: pip install swat - conda install -c sas-institute swat - You can also install from the files on the [SWAT project releases page](https://github.com/sassoftware/python-swat/releases). Simply locate the file for your platform and install it using `pip` as