Skip to content

Commit 7b93b26

Browse files
author
Kevin D Smith
committed
Add Windows platform
1 parent ec1fa0f commit 7b93b26

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/source/install.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Installation
77
The SWAT package is installed using the ``pip`` command. The requirements
88
for using the binary protocol of CAS (recommended) are as follows.
99

10-
* **64-bit** Python 2.7 or 3.4-3.6 on Linux (see shared library notes below)
10+
* **64-bit** Python 2.7 or 3.4-3.6 on Linux or Windows
11+
12+
For Linux, see additional shared library notes below.
1113

1214
The binary protocol requires pre-compiled components found in the ``pip``
1315
installer only. These pieces are not available as source code and
@@ -33,8 +35,8 @@ If you do not have ``pip`` installed, you can use ``easy_install pip`` to add
3335
it to your current Python installation.
3436

3537

36-
Linux Library Dependencies
37-
--------------------------
38+
Additional Linux Library Dependencies
39+
-------------------------------------
3840

3941
Some Linux distributions may not install all of the needed shared libraries
4042
by default. Most notably, the shared library ``libnuma.so.1`` is required to

0 commit comments

Comments
 (0)