API
How to setup
What are the api services
How to add a service
What are needed before running
sudo apt update sudo apt install python3.12-venv python3 -m venv /home/ubuntu/myenv
nano ~/.bashrc
source /home/ubuntu/myenv/bin/activate #add this code at the end of .bashrc file
source ~/.bashrc

Last updated