Skip to content

Commit

Permalink
Install with root in development mode
Browse files Browse the repository at this point in the history
This is required to get pigar working properly.
  • Loading branch information
h3llrais3r committed Nov 13, 2021
1 parent bfbaa79 commit 414abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Run `npm install -g @angular/cli@<version>` (check `package.json` for minimal re

### Install python dependencies

Run `poetry install --no-root` in the root of the project.
Run `poetry install` in the root of the project.

This will create a virtual environment `.venv` in the root of the project with all runtime and dev dependencies.

Expand Down

0 comments on commit 414abe8

Please sign in to comment.