1) Use below command to install UV at very first time
pip install uv
2) Now you need to create project using UV package command
uv init MyProject
3) now go ahead and install all packages from requirements.txt file
uv add -r requirements.txt
Ipyketnal to start with Jupyter notebook
No comments:
Post a Comment