cleanup references of python 2 & <3.11 (#35799)

* chore: cleanup of old python references
This commit is contained in:
Irtaza Akram
2024-11-15 16:58:20 +05:00
committed by GitHub
parent 9de9f2648d
commit ec2a698604
18 changed files with 87 additions and 165 deletions

View File

@@ -29,11 +29,11 @@ To download the scripts, you can perform a partial clone of the edx-platform rep
Create Python Virtual Environment
---------------------------------
Create a Python virtual environment using Python 3.8:
Create a Python virtual environment using Python 3.11:
.. code-block:: bash
python3.8 -m venv ../venv
python3.11 -m venv ../venv
source ../venv/bin/activate
Install Pip Packages