Skip to content

Installation

Prerequisites#

  • Windows/WSL: Ubuntu 2022.04.x from the Microsoft store
  • Python
  • Virtual environments
sudo apt install virtualenv python3-tk

Installation#

In the home directory, create a Python virtual environment in directory happy with access to the system-wide installed libraries:

virtualenv --system-site-packages -p /usr/bin/python3 happy

Install the happy-tools straight from the repository:

./happy/bin/pip install git+https://github.com/wairas/happy-tools.git

Updating#

Once installed, you can update the library as follows:

./happy/bin/pip uninstall -y happy-tools
./happy/bin/pip install git+https://github.com/wairas/happy-tools.git

Uninstall#

You can completely remove the tools by simply deleting the happy directory:

rm -Rf ./happy