❔ = might be best as an [[extension]]
# Fresh machine
1. [ ] [[Install Python]]
2. [ ] [[Virtual environment location|Create virtual environment]]
3. [ ] [[Install dependencies]] ❔
1. [ ] Lock file
2. [ ] `pyproject.toml`❔
# 2nd project
1. [ ] Find Python
1. [ ] [[Install Python|Installed Python]]
2. [ ] Registry (Windows)
3. [ ] `PATH`
2. [ ] [[Virtual environment location|Create virtual environment]]
3. [[Install dependencies]] ❔
# Returning to a project
Assuming [[Virtual environment location|`.venv`]] already exists.
1. [ ] Check virtual environment is still valid
1. `pyvenv.cfg`
2. Any symlinks are still valid
2. [ ] [[Sync virtual environment]] ❔