install.bat 197 B

123
  1. @echo off
  2. git clone -b master http://git.sharix-app.org/ShariX_Open/open-backend-api.git && python -m venv rest_venv && %~dp0\rest_venv\Scripts\activate.bat && pip install -r requirements.txt
  3. pause