Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
download_install [2015/04/28 05:43]
mjc
download_install [2025/07/03 00:56] (current)
onken Add zip option
Line 1: Line 1:
 ==== Download ==== ==== Download ====
-From version 0.7.0 of PyWiFeS, we have migrated the code to a github repository: +From version 0.7.0 of PyWiFeS, we have migrated the code to a GitHub repository: 
-[[https://github.com/pywifes]]+[[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: 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:
 <code> <code>
-  git clone https://github.com/PyWiFeS/pipeline.git+  git clone -b main https://github.com/PyWiFeS/pipeline.git
 </code> </code>
 +Or you may download a zip file of the package contents and unpack in your desired location.
 ==== "​Installation"​ ==== ==== "​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:   To be able to run the pipeline, you need to do the following:  
   - Add the '​src/'​ subdirectory to your PYTHONPATH     - 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'​.   - 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'​.