-
Notifications
You must be signed in to change notification settings - Fork 38
Simplify XY docs navbar #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,32 +15,22 @@ Reflex component. The core `xy` package stays framework-neutral: application | |
| state and events remain in Reflex while XY owns chart data, rendering, and | ||
| interaction math. | ||
|
|
||
| ~~~md alert warning | ||
| ### Unreleased Adapter | ||
|
|
||
| `reflex-xy` is not published on PyPI. The adapter is an opt-in prototype whose | ||
| API and event payloads may change before its first release. Install it from the | ||
| tagged Git subdirectory below; installing it by package name alone with uv or | ||
| pip will not work. | ||
| ~~~ | ||
|
|
||
| ## Install and Configure | ||
|
|
||
| Pair the public `xy` 0.0.1 wheel with the adapter from the matching `v0.0.1` | ||
| repository tag. Pinning both sides avoids mixing an unreleased adapter revision | ||
| with a different core API: | ||
| Install `reflex-xy` from PyPI. It declares compatible `xy` and Reflex | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: The changed lines introduce a claim that Prompt for AI agents |
||
| dependencies: | ||
|
|
||
| ~~~~md tabs | ||
| ## uv | ||
|
|
||
| ~~~bash | ||
| uv add "xy==0.0.1" "reflex-xy @ git+https://github.com/reflex-dev/xy.git@v0.0.1#subdirectory=python/reflex-xy" | ||
| uv add reflex-xy | ||
| ~~~ | ||
|
|
||
| ## pip | ||
|
|
||
| ~~~bash | ||
| python -m pip install "xy==0.0.1" "reflex-xy @ git+https://github.com/reflex-dev/xy.git@v0.0.1#subdirectory=python/reflex-xy" | ||
| python -m pip install reflex-xy | ||
| ~~~ | ||
| ~~~~ | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.