Skip to content

Commit

Permalink
chore(readme): missing pip example
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Mar 18, 2024
1 parent a2b60e4 commit b6a62ef
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 @@ -41,7 +41,7 @@ If you want to only launch one of the two:

- the database
- [Pandoc](https://pandoc.org/) (to format legal documents, can be installed through a manager like `brew`)
- [Semgrep](https://semgrep.dev/) (to analyze code files, can be installed through the Python package manager `pip` by running ``)
- [Semgrep](https://semgrep.dev/) (to analyze code files, can be installed through the Python package manager `pip` by running `pip install -r src/semgrep/requirements.txt`)
- [Bibliothecary](https://github.com/librariesio/bibliothecary) (to analyze code dependencies, can be installed through the Ruby package manager `bundle` by running `bundle --gemfile src/bibliothecary/Gemfile`)

Note for long-running tools the easiest way to use them is to use `docker-compose`. In another terminal just set up all tools:
Expand Down

0 comments on commit b6a62ef

Please sign in to comment.