Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Nov 14, 2023
1 parent a51bc83 commit 0914b0b
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 @@ -118,7 +118,7 @@ Follow these steps to install the project locally for development:
1. Install the project with the command `pip install -e ".[dev]"`.

> **Note**
We highly recommend using virtual environments for Python development. If you're using virtual environments, follow these steps instead:
We highly recommend using virtual environments for Python development. If you'd like to use virtual environments, follow these steps instead:
> - Create a virtual environment `python3 -m venv .venv`
> - Activate the virtual environment `source .venv/bin/activate`
> - Install the project with the command `pip install -e ".[dev]"`

0 comments on commit 0914b0b

Please sign in to comment.