Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearcaina authored Feb 23, 2024
1 parent 926ec60 commit de9b761
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 @@ -77,7 +77,7 @@ $ python3 -m venv .venv # for linux
> py -3 -m venv .venv # for windows

# make sure you activate virtual environment
$ .venv/bin/activate # for linux
$ source .venv/bin/activate # for linux
> .venv\Scripts\activate # for windows

# install necessary dependencies
Expand Down

0 comments on commit de9b761

Please sign in to comment.