Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Aug 24, 2024
1 parent 8eb87e6 commit ba28722
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ Then, run the following commands to generate your very own `requirements.txt`.

~~~~bash
poetry lock
poetry install --with unstable
poetry self add poetry-plugin-export
poetry export --without-hashes -f requirements.txt -o requirements.txt
poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt
~~~~

Note that `misp-modules` will not be part of the `requirements.txt` file and you will need to create the wheel yourself:
Expand Down

0 comments on commit ba28722

Please sign in to comment.