Familiarity with basic networking concepts, configurations, and Python is helpful, but no prior AI or advanced programming ...
Since pip 23.1, using pip in the system is disabled by defaut to prevent breaking system packages by overwriting dependencies. To avoid this, you can use a virtual environment (python3 -m venv env), ...