Installation
Learn how to install the HDXCLI tool to manage Hydrolix from the command line
You can install hdxcli
from pip:
pip install hdxcli
Or if you just need to update to the latest version:
pip install --upgrade hdxcli
System Requirements
Python version >= 3.10
is required.
Make sure you have the correct Python version installed before proceeding with the installation of hdxcli
.
Useful Tips for Installing HDXCLI
As hdxcli
currently requires specific Python versions, a tool called pyenv
comes in handy. It allows you to effortlessly switch between various installed Python versions and install any available Python version. By using pyenv
in conjunction with venv
you can easily create environments with a specific Python version.
For more information on pyenv
, including installation instructions, refer to the pyenv GitHub repository or pyenv GitHub repository for Windows.
Updated 29 days ago