Skip to content

DenysSvintsylo/PP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

before proceeding with installation you must install pyenv in order to use the correct version of python interpreter, and virtualenv to create virtual environments.

clone this repository in a location of your choice and navigate to the cloned directory.

git clone https://github.com/DenysSvintsylo/PP.git

open a terminal in the parent directory and run these commands.

virtualenv venv
.\venv\Scripts\activate 
python -m pip install -r requirements.txt

run

Run this command in terminal in the parent directory in order to start the waitress server in debug mode.

python serve.py  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages