Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 837 Bytes

HELP.md

File metadata and controls

29 lines (17 loc) · 837 Bytes

Help | PolarisHub (Flask Version)

[EN] [中文版本]

  1. How to install PolarisHub
  2. How to run PolarisHub

How to install PolarisHub

Install with pip (Recommended)

  1. Make sure you have the Python3 and pip properly installed.
  2. Run $ pip install polarishub_flask or $ pip install polarishub_flask==X.X.X (version code).
  3. Done!

Download the source code

  1. git clone https://github.com/XieGuochao/polarishub_flask.git

How to run PolarisHub

Run with pip installation (Recommended)

  1. $ phub (Run $ phub -h for more information on the optional arguments)

Run with source code

  1. $ cd polarishub_flask
  2. $ python3 fastrun.py (Run $ python3 fastrun.py -h for more information on the optional argumetns)