Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gökberk Şahin committed Jan 23, 2024
1 parent 95c904f commit f4c656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Make sure that you are in your virtual python env so you don't dump all packages
pip freeze > requirements.txt
```

# How to create a virtual env and activate it?
## How to create a virtual env and activate it?
```
python3 -m venv env
source env/bin/activate
Expand Down

0 comments on commit f4c656c

Please sign in to comment.