@@ -7,7 +7,7 @@ Installation
77The SWAT package is installed using the ``pip `` command. The requirements
88for using the binary protocol of CAS (recommended) are as follows.
99
10- * **64-bit ** Python 2 .7 or 3.5+ on Linux or Windows
10+ * **64-bit ** Python 3 .7 - 3.11 on Linux or Windows
1111
1212See additional shared library notes below.
1313
@@ -26,11 +26,6 @@ For more information, see :ref:`Binary vs. REST <binaryvsrest>`.
2626Note that this package is merely a client to a CAS server. It has no utility unless
2727you have a licensed CAS server to connect to.
2828
29- If you do not already have a modern Python installation, it is highly recommended
30- that you install the `Anaconda Python distribution <https://www.continuum.io/downloads >`_
31- from Continuum Analytics. This distribution includes dozens of commonly used Python
32- packages, and can even be installed without administrator privileges.
33-
3429If you do not have ``pip `` installed, you can use ``easy_install pip `` to add
3530it to your current Python installation.
3631
@@ -53,7 +48,7 @@ Python Dependencies
5348
5449The SWAT package uses many features of the Pandas Python package and other
5550dependencies of Pandas. If you do not already have version 0.16 or greater
56- of Pandas installed, ``pip `` or `` conda `` will install or update it for you when you
51+ of Pandas installed, ``pip `` will install or update it for you when you
5752install SWAT.
5853
5954If you are using ``pip `` version 23.1 or later to install from a tar.gz file, the python
@@ -68,14 +63,6 @@ The latest release of SWAT can be installed from PyPI using ``pip`` as follows:
6863 pip install swat
6964
7065
71- Conda
72- -----
73-
74- If you use an Anaconda distribution of Python, you can use ``conda `` to install SWAT:
75-
76- conda install -c sas-institute swat
77-
78-
7966Github
8067------
8168
0 commit comments