update run_rendercv

This commit is contained in:
Sina Atalay 2023-10-20 19:32:13 +02:00
parent 37fb02157a
commit 53f870d789
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import os
from rendercv.__main__ import main as rendercv_main
from rendercv.__main__ import render
from rendercv.data_model import generate_json_schema
input_file_path = "John_Doe_CV.yaml"
rendercv_main(input_file_path)
render(input_file_path)
# This script is equivalent to running the following command in the terminal:
# python -m rendercv personal.yaml