-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
24 lines (14 loc) · 904 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SavReaderWriter
===============
A cross-platform Python interface to the IBM SPSS
Statistics Input Output Module. Read or Write SPSS
system files (.sav, .zsav). Works with Python 2.7, 3.3 and 3.4.
installation::
python setup.py install
Or alternatively::
pip install savReaderWriter --allow-all-external
To get the 'bleeding edge' version straight from the repository do::
pip install -U -e git+https://bitbucket.org/fomcl/savreaderwriter.git#egg=savreaderwriter
![Build status](https://ci.appveyor.com/api/projects/status/6chl9f5x27t37s3f/branch/master)
[Build status](https://ci.appveyor.com/api/projects/status/6chl9f5x27t37s3f?svg=true)](https://ci.appveyor.com/project/AlbertJan68345/savreaderwriter)
[![Build status](https://ci.appveyor.com/api/projects/status/6chl9f5x27t37s3f?svg=true)](https://ci.appveyor.com/project/AlbertJan68345/savreaderwriter)