Skip to content

Commit 15aea8d

Browse files
committed
Update README
1 parent 1760b03 commit 15aea8d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SurveyJS + Python/Flask Demo Example
1+
# SurveyJS + Python Demo Example
22

3-
This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a Python/Flask backend.
3+
This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a Python backend on the example of the [Flask](https://flask.palletsprojects.com/en/stable/) framework.
44

55
[View Demo Online](https://surveyjs-flask.azurewebsites.net/)
66

@@ -15,9 +15,6 @@ Install [NodeJS](https://nodejs.org/) on your machine. After that, run the follo
1515
```bash
1616
git clone https://github.com/surveyjs/surveyjs-flask.git
1717
cd surveyjs-flask
18-
19-
# python -m venv .venv # create venv in working folder if needed - windows
20-
# python3 -m venv .venv # macos/linux
2118
pip install -r requirements.txt
2219
python ./app.py
2320
```

0 commit comments

Comments
 (0)