Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Nov 14, 2023
1 parent 641bd31 commit 544ab74
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 @@ -85,10 +85,10 @@ for path, content in storage.get_file_contents():

Follow these steps to install the project locally for development:

1. Install the project with the command `pip install -e .[dev]`.
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:
> - Install the project with `pipenv install -e .[dev]`.
> - If `pipenv` is not installed, you can install it using `pipx install pipenv`.
> - If `pipx` is not installed, you can install it using `python3 -m pip install --user pipx`.
> - 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 544ab74

Please sign in to comment.