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.
Add a default
setup.pyto paper-template that lists what python packages we need to install for the paper. Add asetup.pylibpaper too. Then we can dopip install .in the paper directory and install everything we need.Add support for venv too. Create it in
make setupadd aenv.shthat the user can source to activate it.