Skip to content
Hannes Roest edited this page Jan 8, 2015 · 2 revisions

Welcome to the pyprophet wiki!

Here are some useful facts about pyProphet

Install

The cleanest way to install pyProphet is from scratch in a new virtual environment. First, go to a directory where you want to put all the python libraries, e.g. $HOME/lib

virtualenv pyprophet
cd pyprophet/
source bin/activate

pip install --upgrade pip
easy_install -U distribute
pip install numpy
pip install matplotlib
pip install pyprophet

from now on if you want the same environment, simply call source $HOME/lib/pyprophet/bin/activate (or wherever you put the directory)

Clone this wiki locally