@@ -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.4 + on Linux or Windows
10
+ * **64-bit ** Python 2.7 or 3.5 + on Linux or Windows
11
11
12
12
See additional shared library notes below.
13
13
@@ -19,7 +19,7 @@ amounts of data. It also offers more advanced data loading from the client
19
19
and data formatting features.
20
20
21
21
To access the CAS REST interface only, you can use the pure Python code which
22
- runs in Python 2.7/3.4 +. You will still need Pandas installed. While not as
22
+ runs in Python 2.7/3.5 +. You will still need Pandas installed. While not as
23
23
fast as the binary protocol, the pure Python interface is more portable.
24
24
For more information, see :ref: `Binary vs. REST <binaryvsrest >`.
25
25
@@ -44,18 +44,37 @@ make binary protocol connections to CAS. If you do not have this library on
44
44
your machine you can install the ``numactl `` package for your distribution
45
45
to make it available to SWAT.
46
46
47
+ Note that if you use an Anaconda distribution of Python, ``libnuma.so.1 `` will
48
+ be installed as a dependency automatically.
49
+
47
50
48
51
Python Dependencies
49
52
-------------------
50
53
51
54
The SWAT package uses many features of the Pandas Python package and other
52
- dependencies of Pandas. If you do not already have version 0.16.0 or greater
53
- of Pandas installed, ``pip `` will install or update it for you when you
55
+ 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
54
57
install SWAT.
55
58
56
59
57
- Pip
58
- ---
60
+ PyPI
61
+ ----
62
+
63
+ SWAT can be installed from PyPI using ``pip `` as follows:
64
+
65
+ pip install swat
66
+
67
+
68
+ Conda
69
+ -----
70
+
71
+ If you use an Anaconda distribution of Python, you can use ``conda `` to install SWAT:
72
+
73
+ conda install -c sas-institute swat
74
+
75
+
76
+ Github
77
+ ------
59
78
60
79
SWAT can be installed from `<https://github.com/sassoftware/python-swat/releases >`_.
61
80
Simply locate the file for your platform and install it using ``pip `` as
0 commit comments