run.bat 132 B

12
  1. @echo off
  2. python -m venv rest_venv && %~dp0\rest_venv\Scripts\activate.bat && pip install -r requirements.txt && python %~dp0\api.py