Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 650 Bytes

Backtaster

Project explanation...

Installation

pip install -r requirements.txt

This project requires wkhtmltopdf to generate the PDF report.

macOS (you need to install brew first)

brew install homebrew/cask/wkhtmltopdf

Ubuntu

sudo apt-get install wkhtmltopdf

Windows

In case you’re on Windows, you can download the installer here. Then, after installation, add the wkhtmltopdf binary to your PATH.

PDF Generation

PDF Generated using instructions from here