79550858

Date: 2025-04-02 14:08:37
Score: 0.5
Natty:
Report link

venv being now in standard python library, there is no need to install virtualenv (apart from some very peculiar circumstances):

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: andrea m.