install.bat 191 B

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