Installation¶
Possible extras:
all: Installs all extras if available.
Stable release¶
To install hwid, run this command in your terminal:
uv add hwid
Or if you prefer to use pip:
pip install hwid
From source¶
The source files for hwid can be downloaded from the
GitHub repo.
You can either clone the public repository:
git clone https://github.com/hasansezertasan/hwid.git
Or download the tarball:
mkdir hwid
curl -fL https://github.com/hasansezertasan/hwid/tarball/main | tar -xz --strip-components=1 -C hwid
Once you have a copy of the source, you can install it with:
cd hwid
uv pip install .