@@ -7,7 +7,7 @@ Installation
7
7
The SWAT package is installed using the ``pip `` command. The requirements
8
8
for using the binary protocol of CAS (recommended) are as follows.
9
9
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
11
11
12
12
See additional shared library notes below.
13
13
@@ -26,11 +26,6 @@ For more information, see :ref:`Binary vs. REST <binaryvsrest>`.
26
26
Note that this package is merely a client to a CAS server. It has no utility unless
27
27
you have a licensed CAS server to connect to.
28
28
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
-
34
29
If you do not have ``pip `` installed, you can use ``easy_install pip `` to add
35
30
it to your current Python installation.
36
31
@@ -53,7 +48,7 @@ Python Dependencies
53
48
54
49
The SWAT package uses many features of the Pandas Python package and other
55
50
dependencies 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
57
52
install SWAT.
58
53
59
54
If 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:
68
63
pip install swat
69
64
70
65
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
-
79
66
Github
80
67
------
81
68
0 commit comments