|
|
|
|
|
by duckmysick
1008 days ago
|
|
As mentioned in Getting Started, with `pipx`: `pipx install harlequin` From the pipx documentation: > This automatically creates a virtual environment, installs the package, and adds the package's associated applications (entry points) to a location on your PATH. It makes the command available globally, but sandboxes the package in its own virtual environment. https://github.com/pypa/pipx |
|