You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Note that you do NOT need to install git or create a Github account to download the code.
Installing PyWiFeS
After downloading PyWiFeS, unzip the archive and save its content anywhere you like.
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).