File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Some documentation to help get started:
1818- [ Getting started with SFrame] ( https://dato.com/learn/gallery/notebooks/introduction_to_sframes.html )
1919- [ SFrame user guide] ( https://dato.com/learn/userguide/sframe/tabular-data.html )
2020- [ SGraph user guide] ( https://dato.com/learn/userguide/sgraph/sgraph.html )
21+
2122For more details on GraphLab Create (including documentation and tutorials) see http://dato.com .
2223
2324Some of the key features of this package are.
@@ -42,8 +43,25 @@ or using pip:
4243
4344 pip install sframe
4445
45- Dependencies
46- ------------
46+ ** Requirements**
47+
48+ SFrame requires a 64-bit operating system.
49+
50+ ** Operating Systems**
51+ - Mac OS X: 10.8+
52+ - Linux: Any distribution with GLIBC >= 2.11
53+ - Ubuntu >= 11.04
54+ - Debian >= 6
55+ - RHEL >= 6
56+ - SLES >= 11
57+ - Windows (7, 8, 10, Server 2012 R2)
58+
59+ ** Python**
60+ - Python 2.7.x
61+ - ** Note** : Unfortunately, Python 3.x is currently not supported.
62+
63+ Build Dependencies
64+ ------------------
4765To simplify the development process, we use a pre-built dependency toolkit we
4866call dato-deps which prepackages all compile-time dependencies like boost, curl,
4967etc, some with patches which we should contribute back. On Linux, we also
You can’t perform that action at this time.
0 commit comments