Skip to content

Conversation

@waketzheng
Copy link
Contributor

@waketzheng waketzheng commented Jul 27, 2025

Description

  • Support create virtual environment and install deps by:
    • poetry: poetry install --all-extras --all-groups (Requires poetry>=2.2.1)
    • uv: uv sync --all-extras --all-groups
    • pdm: pdm install --frozen -G :all
    • pipenv: pipenv install --dev
    • venv: python -m venv .venv && source .venv/bin/pip && pip install --group dev -e ".[subdoc,docs]"

@waketzheng waketzheng marked this pull request as draft September 24, 2025 15:26
@waketzheng waketzheng changed the title feat: support uv and pdm [WIP] feat: support uv and pdm Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant