Installing LabTerm#

Clone the repository anywhere in your computer by running

git clone https://github.com/mVenez/labterm.git

then navigate to the repository root directory and install it by running

python3 -m pip install .

This will install the library in whatever environment you’re in, and you will be able to import labterm in your programs.