|
The quickstart docs instruct us to install serena using |
Answered by
tt-a1i
Aug 19, 2026
Replies: 1 comment 4 replies
|
Yes, pipx install --python python3.13 serena-agent
serena initThe package publishes the I also tried this with the current 1.7.0 package in a clean pipx home; the install completed and the |
4 replies
Answer selected by
charger89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes,
pipxworks with the current PyPI package.The package publishes the
serena,serena-agent, andserena-hooksentry points. The main thing to watch is the Python version: the current release requires Python 3.11 through 3.14. Using--python python3.13matches the version chosen in the quickstart instead of relying on whichever system Pythonpipxfinds.I also tried this with the current 1.7.0 package in a clean pipx home; the install completed and the
serenaCLI started normally. So unless you specifically want to follow the project's uv-based setup, pipx is fine here.