Skip to content

Commit f54302f

Browse files
author
Yucheng Low
committed
Merge pull request #13 from dato-code/installation-requirements
Update README.md
2 parents b645482 + 729f0f6 commit f54302f

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
2122
For more details on GraphLab Create (including documentation and tutorials) see http://dato.com.
2223

2324
Some 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+
------------------
4765
To simplify the development process, we use a pre-built dependency toolkit we
4866
call dato-deps which prepackages all compile-time dependencies like boost, curl,
4967
etc, some with patches which we should contribute back. On Linux, we also

0 commit comments

Comments
 (0)