Skip to content

Commit

Permalink
examples/python: remove reference to requirements.in
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza authored Nov 1, 2023
1 parent 5a45b09 commit 61fbd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61fbd9c

Please sign in to comment.