We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca52399 commit d2c3bc1Copy full SHA for d2c3bc1
README.md
@@ -19,7 +19,7 @@ cd surveyjs-flask
19
# python -m venv .venv # create venv in working folder if needed - windows
20
# python3 -m venv .venv # macos/linux
21
pip install -r requirements.txt
22
-
+python ./app.py
23
```
24
25
Open http://localhost:5000 in your web browser.
0 commit comments