Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver authored Oct 27, 2024
1 parent ccfc362 commit 92a2eab
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 @@ -28,7 +28,7 @@ A package built from this starter code will have the following features:

### Common Next Steps
6. **Make changes** to `pyproject.toml`, especially in the dependencies section.
7. **Install your repository**: `pip install -e .".[develop]"` (recommended: use a virtualenv).
7. **Install your repository**: `pip install -e ".[develop]"` (recommended: use a virtualenv).
8. **Replace the starter files** (`README.md`, `LICENSE`, `config.json`, `apply_configuration.py`, `structs.py`, `utils.py` and the analogous files in `tests/`) with some of your own.

### Configure GitHub (Optional but Recommended)
Expand Down

0 comments on commit 92a2eab

Please sign in to comment.