Skip to content

README.md: Add instructions on configuring a venv

João Seckler requested to merge jseckler/mat2-web:readme-venv into master

Following instruction for the manual deployment in README.md, it seems that one is not able to use the system's global mat2 (i.e. installed with apt isntall mat2). Instead, one has to use a virtual environment. This MR introduces the instructions to do so, as well as an additional line in config/uwsgi.config to use the virtual environment.

Merge request reports