We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7135936 commit c21f820Copy full SHA for c21f820
1 file changed
README.md
@@ -42,8 +42,25 @@ or using pip:
42
43
pip install sframe
44
45
-Dependencies
46
-------------
+**Requirements**
+
47
+SFrame requires a 64-bit operating system.
48
49
+**Operating Systems**
50
+- Mac OS X: 10.8+
51
+- Linux: Any distribution with GLIBC >= 2.11
52
+ - Ubuntu >= 11.04
53
+ - Debian >= 6
54
+ - RHEL >= 6
55
+ - SLES >= 11
56
+- Windows (7, 8, Server 2012 R2)
57
58
+**Python**
59
+- Python 2.7.x
60
+- **Note**: Unfortunately, Python 3.x is currently not supported.
61
62
+Build Dependencies
63
+------------------
64
To simplify the development process, we use a pre-built dependency toolkit we
65
call dato-deps which prepackages all compile-time dependencies like boost, curl,
66
etc, some with patches which we should contribute back. On Linux, we also
0 commit comments