resume
Python resume generator. From YAML to PDF and static HTML.
File Explorer
Download Latest Version (.zip)- hanula.yaml
- jmbeach.yaml
- bootstrap.css
- main.css
- jquery-1.10.2.min.js
- modernizr-2.6.2.min.js
- main.js
- plugins.js
- 404.jinja2
- apple-touch-icon-precomposed.png
- crossdomain.xml
- favicon.ico
- humans.txt
- index.jinja2
- robots.txt
- bootstrap.css
- bootstrap.min.css
- main.css
- jquery-1.10.2.min.js
- modernizr-2.6.2.min.js
- main.js
- plugins.js
- 404.jinja2
- apple-touch-icon-precomposed.png
- crossdomain.xml
- favicon.ico
- humans.txt
- index.jinja2
- robots.txt
- .gitignore
- build.py
- config.make.example
- CONTRIBUTORS
- helpers.py
- LICENSE
- Makefile
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/hanula/resume
Downloads the entire project code from GitHub to your computer.
cd resume
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make pdf
Compiles the code based on the generated build configuration to produce an executable.
make publish
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
