Cross-platform instructions to render the final document:
-
Ensure you have the right .python-version and create a virtual environment:
python3 -m venv venv/
-
Activate it:
-
Linux:
source venv/bin/activate -
Windows (Command Prompt):
venv\Scripts\activate.bat
-
Windows (PowerShell):
venv\Scripts\Activate.ps1
-
-
Install RenderCV:
pip install "rendercv[full]==2.8" -
Render the output:
rendercv render src/cv.yaml --dont-generate-markdown --dont-generate-html --dont-generate-png --typst-path ../out/cv.typ --pdf-path ../out/cv.pdf