make
$ git clone git@github.com:MichaelCurrin/html-screenshot-py.git $ cd html-screenshot-py
Create a Python virtual environment:
$ python3 -m venv .venv $ source .venv/bin/activate
Install packages into it:
$ make install