From eedd407bdf5e8987e6d0a7ab29586fb4e0205ccd Mon Sep 17 00:00:00 2001 From: Enzo Le Van Date: Fri, 19 Jul 2024 14:14:17 +0200 Subject: [PATCH] Update examples/python-dataflow/README.md Co-authored-by: Philipp Oppermann --- examples/python-dataflow/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python-dataflow/README.md b/examples/python-dataflow/README.md index aa0c9be0..0ed2d2ac 100644 --- a/examples/python-dataflow/README.md +++ b/examples/python-dataflow/README.md @@ -16,8 +16,8 @@ information on how to start such a dataflow. ## Getting started After installing Rust, `dora-cli` and `Python >3.11`, you will need to **activate** (or create and **activate**) a -virtual -environment. Then, you will need to install the dependencies: +[Python virtual environment](https://docs.python.org/3/library/venv.html). +Then, you will need to install the dependencies: ```bash cd examples/python-dataflow