pip3 install --upgrade pip
Here is what the above code is Doing:
1. It’s creating a virtual environment.
2. It’s activating the virtual environment.
3. It’s installing the required packages in the virtual environment.
4. It’s upgrading pip.
pip3 install --upgrade pip
Here is what the above code is Doing:
1. It’s creating a virtual environment.
2. It’s activating the virtual environment.
3. It’s installing the required packages in the virtual environment.
4. It’s upgrading pip.