PCEF 0.1.1 documentation

Download

«  What’s New?   ::   Contents   ::   Getting started  »

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

Easy install

PCEF can be installed from pypi using easy_install or pip:

pip install PCEF

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

«  What’s New?   ::   Contents   ::   Getting started  »