Install

Fredo-Editor needs Python 2, Numpy and PySide to run.

Note: Currently this program only supports Python 2. Maintainers needed to upgrade to Python 3. Contribute here

Windows

c:\> pip2 install FreDo-master.zip
c:\> fredo

Ubuntu

$ sudo apt-get install python python-numpy python-pyside
$ sudo pip2 install FreDo-master.zip
$ fredo

Building from source

$ pip2 install FreDo-master.zip

Ideally pip should recognize and install all dependencies, provided you have a C-Compiler installed and pip knows how to use it. This might fail on windows, if you haven’t set up a C compiler, or on Linux, where PySide does not provide binaries.