Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Naomi Pentrel <[email protected]>
  • Loading branch information
sguequierre and npentrel authored Sep 14, 2023
1 parent 83ced0f commit 9a363f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/program/python-venv.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pip3 install viam-sdk
This will install Viam and all required dependencies.

Should you need to install your own requirements, be sure to do so in this virtual environment.
You can [make a](https://openclassrooms.com/en/courses/6900846-set-up-a-python-environment/6990546-manage-virtual-environments-using-requirements-files) <file>requirements.txt</file> and include all necessary packages within, then install the requirements for your client application using `pip install -r requirements.txt`.
You can [create a](https://openclassrooms.com/en/courses/6900846-set-up-a-python-environment/6990546-manage-virtual-environments-using-requirements-files) <file>requirements.txt</file> with all the packages you need and then install the requirements for your client application by running `pip install -r requirements.txt`.

## Setup your IDE

Expand Down

0 comments on commit 9a363f0

Please sign in to comment.