Skip to content
Frédéric Vogt edited this page May 18, 2015 · 8 revisions

Welcome to the pipeline wiki ! This should contain all the info required to download, install, run and undertsand PyWiFeS. Hopefully these pages will get filled with useful information overtime.

Have a look at http://pywifes.github.io/pipeline for a better looking site !

Downloading PyWiFeS

From version 0.7.1 of PyWiFeS, we have migrated the code to a Github repository. The latest release can be found here: https://github.com/PyWiFeS/pipeline/releases/latest

Note that you do NOT need to install git or create a Github account to download the code.

​Installing PyWiFeS

  1. After downloading PyWiFeS, unzip the archive and save its content anywhere you like.
  2. Add the 'src/' subdirectory to your PYTHONPATH

And voilà !


Note to pre-v0.7.1 PyWiFeS users:

Prior to v0.7.1, installing PyWiFeS required the definition of the global variable "PYWIFES_DIR". This is NOT the case anymore. If you are updating to v0.7.1 or above and have previously defined "PYWFIES_DIR", you can a) update the definition of "PYWIFES_DIR" accordingly or b) remove the definition of "PYWIFES_DIR" altogether (recommended).

Clone this wiki locally