Differences

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

Link to this comparison view

Next revision
Previous revision
download_install [2012/11/09 02:02]
mjc created
download_install [2025/07/03 00:56] (current)
onken Add zip option
Line 1: Line 1:
 ==== Download ==== ==== Download ====
-The latest version of **pywifes** is v0.5.0, which can be downloaded here:+From version 0.7.0 of PyWiFeSwe have migrated the code to a GitHub repository: 
 +[[https://github.com/PyWiFeS/pywifes]]
  
-  * [[http://www.mso.anu.edu.au/~mjc/wifes_redux/wifes_pypeline_v0.5.0.tar.gz|wifes_pypeline_v0.5.0.tar.gz]]+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> 
 +  git clone -b main https://github.com/PyWiFeS/pipeline.git 
 +</code> 
 +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 substantiallyPlease disregard these instructions and follow those on [[https://pywifes-pipeline.readthedocs.io/en/latest/installation.html|the ReadTheDocs site]].**
  
-Previous versions are also being stored [[http://www.mso.anu.edu.au/~mjc/wifes_redux/old_versions/|here]] See Version Notes below for details. +To be able to run the pipeline, you need to do the following:   
- +  - Add the '​src/'​ subdirectory to your PYTHONPATH  
-==== Installation Instructions ==== +  - 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'​.
-software requirements +
- +
-environment variables etc. +
- +
-==== Version Notes ==== +
-stuff+