Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  • Ayush Singh's avatar
    Add requirements.txt · 1226c966
    Ayush Singh authored
    
    - Allows simplifying local setup instructions without docker.
    - Also use python venv (which is builtin with standard python3).
    - Install as much stuff to python venv as possible to make things more
      cross-plaform.
    - Fix some minor bash snippets which were not labled (and thus were
      being treated as cpp snippets)
    
    Signed-off-by: default avatarAyush Singh <ayushdevel1325@gmail.com>
    Verified
    1226c966
This project manages its dependencies using pip. Learn more