You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mac OS X already comes with Python 2.7 pre-installed, this is not sufficient for CloudBot. The latest binaries can be found at https://www.python.org/downloads/
51
+
**On OS X:**
52
+
Mac OS X already comes with Python 2.7 pre-installed, this is not sufficient for CloudBot. The latest binaries can be found at https://www.python.org/downloads/
53
53
54
-
#### On Windows
55
-
You can download releases of Python 3.4 for Windows at https://www.python.org/downloads/
54
+
**On Windows:**
55
+
You can download releases of Python 3.4 for Windows at https://www.python.org/downloads/
56
56
57
-
#### On another OS (Solaris/BSD/ActivePython/etc)
58
-
You can try compiling Python 3.4 from source, note however that you may run into issues with CloudBot or its dependencies (many of the Other OSs only support Python 2.x). You can find source at https://www.python.org/downloads/source/
57
+
**On another OS (Solaris/BSD/ActivePython/etc):**
58
+
You can try compiling Python 3.4 from source, note however that you may run into issues with CloudBot or its dependencies (many of the Other OSs only support Python 2.x).
59
+
60
+
You can find source at https://www.python.org/downloads/source/
59
61
60
62
## 3 - Get PIP
63
+
PIP is suggested to make installation of CloudBot's dependencies easier.
0 commit comments