This is the accompanying book to the Udemy course.
![]() English Edition A comprehensive guide to generative AI concepts and coding in Python. |
![]() Deutsche Ausgabe Ein umfassender Leitfaden zu generativer KI mit Python. |
Install the required package:
pip install uvRun the following command to install the dependencies:
uv syncUse venv if uv is not working.
Create a virtual environment:
python -m venv venvActivate the virtual environment on Linux:
source venv/bin/activateActivate the virtual environment on Windows:
.\venv\Scripts\activateInstall the required packages:
pip install -r requirements.txt
