Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Installation: Precompiled Version with Python

Alexander Schneider edited this page Aug 9, 2016 · 5 revisions

If the Docker version does not work for you, you can try this Python version.

Installation

  1. Get the newest Python3 for your OS.
    • During install check the "Put Python3 in Path" Option.
  2. Download the newest pogo-cruncher release named as pogo-cruncher-precompiled.zip.
  3. Unzip the pogo-cruncher archive.
  4. Open a terminal. (e.g. Powershell for Windows or bash for Linux)
  5. Enter cd <Path/to/the/pogo-cruncher>
    • If you use virtual environments, create one now. if you don't, ignore this remark.
  6. Enter pip install -r requirements.txt.

Starting the program

  1. Open a terminal
  2. Enter cd <Path/to/the/pogo-cruncher>
  3. Enter python app.py
  4. Open the index.html, which is inside the pogo-cruncher directory, with your favorite browser.