Skip to content

Commit 14dd94c

Browse files
committed
chore: improve developer experience
We only have to run `poetry install` for development.
1 parent 7792a23 commit 14dd94c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ this package to execute our complex `dcp-client` library, which is written in JS
5757
- [Poetry](https://python-poetry.org/docs/#installation)
5858
- [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning)
5959

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.
60+
2. Run `poetry install`. This command automatically compiles the project and installs the project as well as dependencies into the poetry virtualenv.
6161

6262
## Running tests
6363
1. Compile the project

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ numpy = [
5555
{version = "^2.0.0.dev0", allow-prereleases = true, source = "anaconda", python = "3.12.*"},
5656
{version = "^1.24.3", python = "<3.12"},
5757
]
58+
pminit = { path = "./python/pminit", develop = true }
5859

5960

6061
[[tool.poetry.source]]

0 commit comments

Comments
 (0)