Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 672 Bytes

File metadata and controls

41 lines (30 loc) · 672 Bytes

Maching Learning, Flask and DataBase mySQL

Getting Started

In order to view the project locally on your machine, a virtual environment must be created:

cd address of your folder
python -m venv environment_name

We activate the virtual environment

environment_name\Scripts\activate

The command line should look like this:

(environment_name) C:\address of your folder

download flask

pip install flask

See also the guide Flask installation.

Download the following as well

pip install -r requirements.txt

run the server

flask run