79221733

Date: 2024-11-25 05:37:41
Score: 0.5
Natty:
Report link

simplify your script like following .

@echo off
chcp 65001

python -m venv test
call test\Scripts\activate

pip install -r requirements.txt

python xxxx.py


Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Peng