Skip to content

Commit

Permalink
Update website/docs/docs/core/pip-install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann authored Dec 23, 2024
1 parent b777a21 commit 83c6e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/core/pip-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ To install or use packages within your virtual environment:
- Activate the virtual environment to add its specific Python and `pip` executables to your shell’s PATH. This ensures you use the environment’s isolated setup.
For more information, refer to [Create and use virtual environments](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments) and [Create a Python Virtual Environment](/docs/core/create-a-python-virtual-environment).
For more information, refer to [Create and use virtual environments](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments) and [Create a Python virtual environment](/docs/core/create-a-python-virtual-environment).
Select your operating system and run the following command to activate it:
Expand Down

0 comments on commit 83c6e82

Please sign in to comment.