Skip to content
S.-H. Dan Shim edited this page Jun 13, 2022 · 18 revisions

This is only for the case you install in Anaconda. If you install executables, you just have to download again installer and install new version.

Update PeakPo

  1. Open Terminal (MacOS or Linux) or Anaconda Prompt (Windows).

  2. Go to a folder where you will install the PeakPo files.

    cd [path_for_peakpo_folder]
    

    For example, [path_for_peakpo_folder] can be: home/Desktop/

  3. Make a folder to install PeakPo:

    mkdir [peakpo-version_number]
    
    cd [peakpo-version_number]
    

    For example, [peakpo-version_number] can be peakpo-7.7.26

  4. In the terminal window, copy, paste, and hit the return key for the line below.

    git clone https://github.com/SHDShim/PeakPo .
    

    (Note) Don't forget the period at the end of the line above.

Clone this wiki locally