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 3b8fbb2 commit fd8e16cCopy full SHA for fd8e16c
content/en/tko/session-2/code_to_python.md
@@ -62,10 +62,7 @@ Flask==2.0.2
62
Create a virtual environment and Install the necessary python packages
63
64
``` bash
65
-cd workshop/flask_apps_start/review
66
-
67
-python3 -m venv rtapp-workshop
68
-source rtapp-workshop/bin/activate
+cd /home/ubuntu/realtime_enrichment/workshop/flask_apps_start/review/
69
70
pip freeze #note output
71
pip install -r requirements.txt
0 commit comments