Download¶
Here you’ll find all the necessary explanations for installing PCEF.
Requirements:¶
- You will need to install the following packages yourself:
- setuptools
- pip
- PySide
- The following packages will be installed automatically:
- pygments
From source¶
You can download the source archive from the github repository
Then you can install the package by opening a terminal an typing the following commands:
cd path/to/source/
python setup.py install
Alternatively you can clone the repository using git:
git clone git@github.com:ColinDuquesnoy/PCEF.git
cd PCEF
python setup.py install