==== Download ==== From version 0.7.0 of PyWiFeS, we have migrated the code to a GitHub repository: [[https://github.com/PyWiFeS/pywifes]] To download the code, you need to first [[http://git-scm.com/downloads | install git]]. To install the PyWiFeS pipeline itself, create the directory you want to store it in then clone the PyWiFeS git repository with this command: git clone -b main https://github.com/PyWiFeS/pipeline.git Or you may download a zip file of the package contents and unpack in your desired location. ==== "​Installation"​ ==== ** Installation for PyWiFeS version 2 has changed substantially. Please disregard these instructions and follow those on [[https://pywifes-pipeline.readthedocs.io/en/latest/installation.html|the ReadTheDocs site]].** To be able to run the pipeline, you need to do the following: - Add the '​src/'​ subdirectory to your PYTHONPATH - Tell the code where the reference data is stored by defining the environment variable '​PYWIFES_DIR'​ to point to the location of the '​reference_data/'​ directory. ​ Alternatively if you cannot define environment variables (Windows??) then you can update the reference directory location in the file '​src/​wifes_metadata.py'​.