From e3975c95db807e91c5b36e2abde0c45258c90cd8 Mon Sep 17 00:00:00 2001 From: discretegames <35741644+discretegames@users.noreply.github.com> Date: Sat, 12 Nov 2022 17:51:32 -0800 Subject: Update pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md Co-authored-by: wookie184 --- .../guides/python-guides/windows/installing-and-using-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/apps') 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. -- cgit v1.2.3