Download
This page contains nightly builds from the code repository. These are typically stable and we recommend using them.
Windows
- Full package: Snapshot of Orange with Python 2.7 and required libraries
This package is recommended to those installing Orange for the first time. It includes all required libraries (Python, PythonWin, NumPy, PyQt, PyQwt ...), though it will not change any libraries you might already have.
(Also available: Orange for Python 2.6, Orange for Python 2.5) - Pure Orange: Snapshot of Orange for Python 2.7
Use this version if you are updating from an earlier snapshot. You can install it over your existing installation.
(Also available: Orange for Python 2.6, Orange for Python 2.5)
Mac OS X
- Bundle: Orange Snapshot
This is an universal bundle with everything packed in and ready for an unadvanced user. - easy_install/pip:
Orange is available as a PyPi package. To install runeasy_install numpy && easy_install orange
From source
setup.py
To build and install Orange you can use the setup.py in the root orange directory (requires GCC, Python and numpy development headers). To use it unpack the nightly sources and run:
python setup.py build sudo python setup.py install
This will also install orange-canvas script so you can start Orange Canvas from the command line.
To install orange locally run:
python setup.py install --user
This will install orange in /home/<username>/.local/lib/pythonX.Y/site-packages/orange/.
make (for developers)
Source distribution also includes makefiles for Linux and Mac OS X and project files for MS Visual Studio 2008. To compile Orange, you will need an appropriate compiler, Python and NumPy.
See building from source wiki page for more information.
C4.5 files
We have no rights to distribute the original C4.5 in any form, but we can provide assistance for building an Orange plug-in from the sources you download yourself from the Ross Quinlan's site. The files required for compiling C4.5 are here and instructions here.
