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 [2025/07/03 00:21]
onken Update for v2
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]].** ** 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]].**