You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Add a default
setup.py
to paper-template that lists what python packages we need to install for the paper. Add asetup.py
libpaper too. Then we can dopip install .
in the paper directory and install everything we need.Add support for venv too. Create it in
make setup
add aenv.sh
that the user can source to activate it.The text was updated successfully, but these errors were encountered: