Skip to content

Commit fd8e16c

Browse files
authored
Update code_to_python.md
1 parent 3b8fbb2 commit fd8e16c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/en/tko/session-2/code_to_python.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ Flask==2.0.2
6262
Create a virtual environment and Install the necessary python packages
6363

6464
``` bash
65-
cd workshop/flask_apps_start/review
66-
67-
python3 -m venv rtapp-workshop
68-
source rtapp-workshop/bin/activate
65+
cd /home/ubuntu/realtime_enrichment/workshop/flask_apps_start/review/
6966

7067
pip freeze #note output
7168
pip install -r requirements.txt

0 commit comments

Comments
 (0)