Update installation guide#1065
Merged
Merged
Conversation
SimonRit
reviewed
Jun 17, 2026
| environment prior to the installation. | ||
|
|
||
| Example: You can create a new virtual environment via: | ||
| We recommend the Python package and project manager `uv <https://docs.astral.sh/uv/>`_ for creating GATE environments because it makes it easy to manage Python versions. Installation instructions are available in the official `uv installation guide <https://docs.astral.sh/uv/getting-started/installation/>`_. |
There was a problem hiding this comment.
I understand Thomas point on this. But if you change it, from my distant point of view (I still use miniconda :-)), pixi seems to have more momentum than uv nowadays.
Collaborator
Author
There was a problem hiding this comment.
I use plain venv plus awareness of the python interpreter I am relying on. But indeed issues about interpreter mismatches repeatedly pop up.
Good to know about pixi. Maybe we should rephrase in a more general way and recommend a manager that allows for explicit interpreter selection, like uv and pixi.
Collaborator
Author
There was a problem hiding this comment.
I updated the dev and user guide and keep the recommendation on uv and pixi a bit more generic.
e671c67 to
2861a5a
Compare
SimonRit
reviewed
Jun 18, 2026
|
|
||
| ``` | ||
| python -m venv opengate_env | ||
| uv venv opengate_env |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the installation instructions, especially regarding virtual environments and Python interpreter version.