Installation#
To install utopya, first enter the virtual environment of your choice. The utopya package is available on PyPI:
pip install utopya
Alternatively, use the following command to install from a certain branch:
pip install git+https://gitlab.com/utopia-project/utopya.git@<branch-name>
The above commands will install utopya
, the utopya_backend
and the utopya CLI, pulling in all requirements.
You should now be able to invoke the utopya CLI:
utopya --help
Note: utopya does not specify minimum versions for its requirements; but it is always tested using the latest versions of its dependencies (for Python 3.8 to 3.11).
In case you run into problems, consider upgrading the involved packages using pip install --upgrade
.