DEVX-46: Fix getting started docs: add pyproject.toml dependency instructions for devx #70

Merged
emil merged 1 commits from DEVX-46-fix-getting-started-docs into master 2026-06-24 22:48:07 +00:00
Owner

Summary

Expand the installation section in README.md and docs/index.md with:

  • Clear statement that the Gitea PyPI registry is publicly readable (no auth needed)
  • Quick install (one-off --index-url)
  • Persistent configuration via ~/.pip/pip.conf
  • As a dependency in another projectpyproject.toml example showing how to add devx as a dependency with the registry configured
  • Version pinning guidance

Closes DEVX-46

## Summary Expand the installation section in README.md and docs/index.md with: - Clear statement that the Gitea PyPI registry is publicly readable (no auth needed) - Quick install (one-off `--index-url`) - Persistent configuration via `~/.pip/pip.conf` - **As a dependency in another project** — `pyproject.toml` example showing how to add devx as a dependency with the registry configured - Version pinning guidance Closes DEVX-46
emil added 1 commit 2026-06-24 22:46:27 +00:00
docs: add pyproject.toml dependency and pip.conf instructions for devx
CI / detect-changes (pull_request) Successful in 58s
CI / pr-review (pull_request) Successful in 1m5s
CI / quality (pull_request) Successful in 1m22s
CI / release-dry-run (pull_request) Has been skipped
CI / auto-merge (pull_request) Successful in 16s
2263cab4c1
emil reviewed 2026-06-24 22:47:33 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit 82d613e23b into master 2026-06-24 22:48:07 +00:00
emil deleted branch DEVX-46-fix-getting-started-docs 2026-06-24 22:48:07 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#70