From 61fbd9cf9b812222935bcacfc4645a87cca69e2d Mon Sep 17 00:00:00 2001 From: fsouza <108725+fsouza@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:48:09 -0400 Subject: [PATCH] examples/python: remove reference to requirements.in --- examples/python/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/python.py b/examples/python/python.py index 2422c489b1..e1743d9997 100644 --- a/examples/python/python.py +++ b/examples/python/python.py @@ -9,7 +9,7 @@ # 4 - Create a python virtual enviroment (Ex: python -m .venv venv) # 5 - Source the env (source .venv/bin/activate) # 7 - Go to the following directory examples/python: (cd examples/python) -# 6 - Install requirements: "pip install -r requirements.txt" and "pip install -r requirements.in" +# 6 - Install requirements: "pip install -r requirements.txt" # 7 - Run this script # For additional info on how to run this example or setup the docker container check the