Add a default setup.py to paper-template that lists what python packages we need to install for the paper. Add a setup.py libpaper too. Then we can do pip install . in the paper directory and install everything we need.
Add support for venv too. Create it in make setup add a env.sh that the user can source to activate it.