Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 405 Bytes

File metadata and controls

13 lines (9 loc) · 405 Bytes

uv - python development

Create a new project

Create a new project directory called mudview. This will be automatically git tracked with a .gitignore file and a .git directory It will also include a blank main.py and a pyproject.toml file As well as a README.MD and a .pythonversion file that simply contains the python version we are using for this project

uv init mudview