LovinData - Simplified Software Engineering
Please install VSCode and its extensions:
- Even Better TOML
- Prettier
Please install git:
sudo apt install gitPlease install or update Python:
sudo apt install python3 python3-pip python3-venvPlease install or update uv:
curl -LsSf https://astral.sh/uv/0.9.22/install.sh | sh \
&& uv --versionPlease create your Python environment and install dependencies:
uv venv --clear \
&& uv sync --all-groupsPlease reload the VSCode window:
- In VSCode, press
CTRL + SHIFT + P - Click on
Python: Clear Cache and Reload Window
To update the dependencies:
uv lock --upgrade \
&& uv sync --all-groupsTo clear uv cache:
uv cache cleanTo serve the blog, run the command:
uv run mkdocs serve