Installation
You can install hdxcli from pip:
Or if you just need to update to the latest version:
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.