Skip to content

Commit

Permalink
Merge pull request #35 from velexi-research/dev/0.6.6
Browse files Browse the repository at this point in the history
Fix error in README.
  • Loading branch information
ktchu committed Jul 11, 2023
2 parents 307bd27 + 11d6d7d commit 41a6a5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{cookiecutter.__project_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,11 @@ package dependencies.
For commands to use other Python executables for the virtual environment,
see the [Poetry Quick Reference][poetry-quick-reference].

3. Install the Python package dependencies (including `dev` and `test` dependencies).
3. Install the Python package dependencies (including `dev`, `docs`, and `test`
dependencies).

```shell
$ poetry install --with dev,test
$ poetry install --with dev,docs,test
```

4. Install the git pre-commit hooks.
Expand Down

0 comments on commit 41a6a5b

Please sign in to comment.