A template for CV and own web site
Install pipenv
and docker
pacakges.
Then enable and start docker service.
- Create virtual environment in current folder using pipenv:
env PIPENV_VENV_IN_PROJECT=true pipenv --three
- Install pythonic dependencies from lock file
pipenv install
- Create container
pipenv run doit toollatex
- Build resume in pipenv shell
pipenv shell
doit resume
Or via run
command
pipenv run doit resume