You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Run `poetry install`. This command automatically compiles the project and installs the project as well as all Python dependencies to the poetry virtualenv.
60
+
2. Run `poetry run pip install --verbose python/pminit ./`. This command automatically compiles the project and installs the project as well as dependencies into the poetry virtualenv.
61
61
62
62
## Running tests
63
63
1. Compile the project
64
-
2. From the root directory, run `poetry run pytest ./tests/python`
64
+
2. Install development dependencies: `poetry install --no-root --only=dev`
65
+
3. From the root directory, run `poetry run pytest ./tests/python`
0 commit comments