Skip to content

Commit

Permalink
docs: update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Dec 24, 2024
1 parent 64bc9ad commit ccac4f2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions python-projector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ uv tool install python-projector
│ gen-init-py Generate __init__.py files for all subdirectories of src/. │
│ pip-compile Generate requirements.txt and requirements-dev.txt files. │
│ run-doctest Run doctest for all modules in `src/` directory. │
│ get-versioneer-version Similar to `versioneer.get_version()`, but with more options. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```

Expand Down Expand Up @@ -74,10 +73,10 @@ where = ["src"]
First, configure in the `pyproject.toml` file:

```toml
[tool.projector.pip_compile]
requirements_in_dir = "deps"
requirements_out_dir = "deps/lock"
python_platforms = ["x86_64-manylinux_2_28", "aarch64-apple-darwin", "x86_64-apple-darwin"]
[tool.projector.pip-compile]
requirements-in-dir = "deps"
requirements-out-dir = "deps/lock"
python-platforms = ["x86_64-manylinux_2_28", "aarch64-apple-darwin", "x86_64-apple-darwin"]
```

Then, run the command:
Expand Down

0 comments on commit ccac4f2

Please sign in to comment.