Skip to content

Commit

Permalink
update name of venv
Browse files Browse the repository at this point in the history
  • Loading branch information
shaluchan authored Oct 22, 2024
1 parent 03f1082 commit 6d19a18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ Before cloning the repository and running the tool, ensure that you have the fol
- Create a Virtual Environment:
- creating a virtual environment to avoid conflict with os distribution package manager:
```bash
python -m venv myenv
python -m venv venv
```
- Activate the virtual environment:
- Activating that venv in the directory:
```bash
myenv\Scripts\activate
venv\Scripts\activate
```

- Install the dependencies:
Expand Down Expand Up @@ -185,12 +185,12 @@ cd jee_counsellor
- Create a Virtual Environment:

```bash
python -m venv myenv
python -m venv venv
```
- Activate the virtual environment:

```bash
source myenv/bin/activate
source venv/bin/activate
```
- Install the dependencies:

Expand Down

0 comments on commit 6d19a18

Please sign in to comment.