Skip to content

Commit f7e8ed2

Browse files
author
Foxlet
committed
Handling Other OSs.
1 parent 5d564f0 commit f7e8ed2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/user/main_user.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will cover the setup and configuration procedures in the follo
1212

1313
Setting up CloudBot on a new server instance is simple. To begin, you need a compatible server that supports **Python 3.4**. Earlier versions of Python are not compatible due to the use of *asyncIO*.
1414

15-
We recommend using the stable releases of Cloudbot that can be found [on the releases page](https://github.com/CloudBotIRC/CloudBot/releases), or from the `master` branch on GitHub.
15+
We recommend using the stable releases of CloudBot that can be found [on the releases page](https://github.com/CloudBotIRC/CloudBot/releases), or from the `master` branch on GitHub.
1616

1717
#### Using HTTP
1818

@@ -54,6 +54,9 @@ Mac OS X already comes with Python 2.7 pre-installed, this is not sufficient for
5454
#### On Windows
5555
You can download releases of Python 3.4 for Windows at https://www.python.org/downloads/
5656

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/
59+
5760
## 3 - Get PIP
5861

5962
Blahblah.

0 commit comments

Comments
 (0)