-
Notifications
You must be signed in to change notification settings - Fork 26
Home
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.
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.
- 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).