Installation
Dasshh can be installed on MacOS, Linux and Windows using various package managers. Choose the one that works best for you.
Using uv
(Recommended)
If you haven't tried uv yet, it's one of those "I will rewrite this in rust" projects that is actually awesome. Highly recommend trying it out.
You can install uv
using brew
if you are on macOS:
Or using curl
.
Install dasshh
using uv
:
Using pipx
You can also use pipx to install Dasshh.
# Install pipx if you haven't already
pip install --user pipx
pipx ensurepath
# Install dasshh with pipx
pipx install dasshh
Verifying Installation
After installation, you should be able to run Dasshh from your terminal:
If the installation was successful, you should see the version of Dasshh printed to the terminal.