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

This instruction is only for the Anaconda setup. If you install executables, please find PeakPo in Applications directory or list of your OS.

Desktop shortcut

For windows and macos, you can download a script file from this github page. Then open the file with a text editor and modify for your path and environment setup. You can place this file in your desktop for example and double click for quick access.

Activate PeakPo environment

  1. Open Terminal.app or Anaconda Prompt.

  2. Activate the environment for PeakPo:

    conda activate [peakpo_environment]
    

Run PeakPo

  1. Go to the peakpo folder.

    cd [peakpo_folder]/peakpo
    
  2. Run:

    python -m peakpo
    

    In a very rare case, you might have to do sudo:

    sudo python -m peakpo
    
Clone this wiki locally