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
- Install Python 32-bit. This will also work on 64-bit systems and simplify the remaining process. Make sure you select the option to add python to the PATH variable.
- Install Numpy
- Download FreDo-Editor, open Command Prompt (
cmd
) and execute.
c:\> pip2 install FreDo-master.zip
c:\> fredo
Ubuntu
- Download FreDo-Editor, open the Terminal and execute.
$ sudo apt-get install python python-numpy python-pyside
$ sudo pip2 install FreDo-master.zip
$ fredo
Building from source
- Download FreDo-Editor and execute
$ 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.