Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change myenv_name to venv
  • Loading branch information
pragati2112 authored Aug 28, 2023
1 parent 5f556f9 commit 852ca0d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,14 @@ Follow these steps to set up the environment and run the application.

- pyenv with vurtual enviroment
```
pyenv virtualenv 3.11.0 myenv_name
pyenv virtualenv 3.11.0 venv
```

- Activate virtualenv with pyenv
```
pyenv activate myenv_name
pyenv activate venv
```




5. Install Dependencies:

```bash
Expand Down

0 comments on commit 852ca0d

Please sign in to comment.