Skip to content

Commit

Permalink
Merge pull request #14 from serlo/docs/update-pipenv-commands
Browse files Browse the repository at this point in the history
Update dev documentation
  • Loading branch information
eliflores authored Aug 9, 2023
2 parents 82df6bf + b62f5ac commit a8afa5d
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 @@ -8,7 +8,7 @@
### Using Pipenv

* Install [pipenv](https://pipenv.pypa.io/en/latest/installation/#installing-pipenv)
* Run `pipenv shell` to activate the project's [virtual environment](https://docs.python.org/3/library/venv.html).
* Run `pipenv install --dev` to install the dev dependencies.
* Run `pipenv shell` to activate the project's [virtual environment](https://docs.python.org/3/library/venv.html).
* Run `pipenv run lint` to run the linting.
* Run `pipenv run format` to format the code.

0 comments on commit a8afa5d

Please sign in to comment.