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 uv
Run the following command to install the dependencies:
uv sync
Use venv if uv is not working.
Create a virtual environment:
python -m venv venv
Activate the virtual environment on Linux:
source venv/bin/activate
Activate the virtual environment on Windows:
.\venv\Scripts\activate
Install the required packages:
pip install -r requirements.txt