Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 690 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 690 Bytes

AI Intuition

This is my personal blog using Quarto, welcome! :)

Setup

  1. To get started, install the pre-requisites:
sudo apt install pipx quarto texlive-latex-extra dvisvgm
  1. Setup initial virtual env
make init
  1. Install packages
make install

NOTE: If packages in pyproject.toml are updated, run make sync to sync the venv deps.