Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 364 Bytes

grechkaSite

a site where you can check how much you pay for essentials things

1.Clone the code into a fresh folder.

2.Create a Virtual Environment and install Dependencies.

$ virtualenv venv

$ suorce venv/bin/activate

3.Install the project dependencies, which are listed in requirements.txt.

(venv) $ pip install -r requirements.txt

(venv) $ flask run