Sudo is a Unix specific command designed to allow a user to carry out administrative tasks with the appropriate permissions. Windows doesn't not have (need?) this.
Yes, windows don't have sudo
on its terminal. Try using pip
instead.
pip
using the steps here.pip install [package name]
on the terminal. In this case, it may be pdfkit
or wkhtmltopdf
.