Skip to content

yandex-praktikum/what_to_watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Как запустить проект:

Клонировать репозиторий и перейти в него в командной строке:

git clone 
cd what_to_watch

Cоздать и активировать виртуальное окружение:

python3 -m venv venv
source venv/bin/activate

или для пользователей Windows

source env/Scripts/activate

Установить зависимости из файла requirements.txt:

python3 -m pip install --upgrade pip
pip install -r requirements.txt

Запустить проект:

flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages