Python utils Using virtual environment (Ref) # Activate venv source venv/bin/activate # Enable pip python3 -m ensurepip --default-pip # Install packages python3 -m pip install ntplib # Deactivate venv deactivate