Skip to content

lovindata/lovindata.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LovinData

LovinData - Simplified Software Engineering

Build Status License


Contribution

Please install VSCode and its extensions:

  • Even Better TOML
  • Prettier

Please install git:

sudo apt install git

Please install or update Python:

sudo apt install python3 python3-pip python3-venv

Please install or update uv:

curl -LsSf https://astral.sh/uv/0.9.22/install.sh | sh \
&& uv --version

Please create your Python environment and install dependencies:

uv venv --clear \
&& uv sync --all-groups

Please 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-groups

To clear uv cache:

uv cache clean

To serve the blog, run the command:

uv run mkdocs serve

About

LovinData - Simplified Full Stack Data Engineering

Topics

Resources

License

Stars

Watchers

Forks

Contributors