Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aliavni committed Apr 3, 2024
1 parent 83c27ed commit 394e7c0
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,5 +28,5 @@ Run `scrapy crawl drug` to run drug spider and populate database. This will scra
## Development

1. See the virtual environment step above.
1. Install requirements with `pip install -r requirements-dev.txt`.
1. Install requirements with `pip install -r requirements_dev.txt`.
1. Run `pre-commit install` to install pre-commit hooks. This repo is already set up to use some pre-commit hooks for code quality purposes. Configuration file is available [here](.pre-commit-config.yaml). More information about pre-commit is available on [their website](https://pre-commit.com/).

0 comments on commit 394e7c0

Please sign in to comment.