diff options
author | 2022-11-12 17:51:32 -0800 | |
---|---|---|
committer | 2022-11-12 17:51:32 -0800 | |
commit | e3975c95db807e91c5b36e2abde0c45258c90cd8 (patch) | |
tree | fe8e03f8b396eff9614168f1492e9b3ee3fa020f | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/windows/install... (diff) |
Update pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md
Co-authored-by: wookie184 <[email protected]>
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md index b52fdb20..7068d33e 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md +++ b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md @@ -211,7 +211,7 @@ and requires Django 3.2, and the other is newer and requires Django 4.1. If you you install 3.2 or 4.1, one or the or the other of the projects will have the wrong version. But if you make a virtual environment for each project you can install the required Django version for each separately. -Virtual environments are not exclusive to Windows, but the commands to use them can differ a bit across operating +Virtual environments are not exclusive to Windows, but the commands to use them can differ across operating systems. Check out the [official docs](https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments) and the builtin [venv](https://docs.python.org/3/library/venv.html) module for more details, but there are basically 3 important venv commands. Run them once you `cd` into your project folder. |