Skip to content

Commit 6e45d15

Browse files
authored
Update README.md
1 parent c3fe0f3 commit 6e45d15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

FLASK PROJECTS/Career ready/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@ Taking these inputs machine learning algorithms will be applied and suitable job
88
ML Algorithms will be using : K-nearest neighbors (KNN)
99

1010

11+
For setting up the project
12+
1. cd Flask_Setup
13+
2. Initialize virtual environment
14+
py -3 -m venv .venv
15+
.venv\scripts\activate
16+
17+
3. Install dependency
18+
pip install flask
19+
4. Run the application
20+
python -m flask run

0 commit comments

Comments
 (0)