Commit 38aa395d authored by Aadil M. Alli's avatar Aadil M. Alli

Change

parent 3ce7d0ac
...@@ -51,14 +51,14 @@ Creating a new Python virtual environment using venv. ...@@ -51,14 +51,14 @@ Creating a new Python virtual environment using venv.
``` ```
#### Deactivate environment #### Deactivate environment
When you're done working in the virtual environment, you can deactivate it: Deactivate environemnt when finished:
``` ```
deactivate deactivate
``` ```
#### Installing packages #### Installing packages
Once your virtual environment is set up and activated, you can install packages specific to your project. This keeps your project dependencies separate from other projects and the global Python installation. Install packages specific to your project.
1. Upgrade pip to the latest version: 1. Upgrade pip to the latest version:
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment