ifreire / simple-ws-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions:

Linux:

  1. Install pyenv (howto here: https://github.com/pyenv/pyenv#installation);
  2. Install python version 3.6.5 using pyenv (howto: $ pyenv install -help);
  3. Install virtualenv (howto here: https://virtualenv.pypa.io/en/latest/installation/);
  4. Clone this repository;
  5. Access the project path;
  6. Run the command $ virtualenv -p $(which python) . # don't forget the DOT
  7. Run the command $ source bin/activate
  8. Run the command $ pip install -r requirements.txt
  9. Finally execute $ python app.py

Windows:

  1. Install python version 3.6.X
  2. Clone this repository;
  3. Access the project path;
  4. Run the command $ pip install -r requirements.txt 4.1 If you do not have admin privileges, run $ pip install -r requirements.txt --user
  5. Finally execute $ python app.py

simple-ws-flask

JSProject

About


Languages

Language:Python 100.0%