Projects STRLCPY hiphp Commits 7c32066b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    hiphp-win/install_all_requirements_win.bat
    1  -@echo off
    2  -rem . .
    3  -rem --+----------------------------------------------------------+--
    4  -rem . Code by : yasserbdj96 .
    5  -rem . Email : [email protected] .
    6  -rem . Github : https://github.com/yasserbdj96 .
    7  -rem . BTC : bc1q2dks8w8uurca5xmfwv4jwl7upehyjjakr3xga9 .
    8  -rem --+----------------------------------------------------------+--
    9  -rem . all posts #yasserbdj96 ,all views my own. .
    10  -rem --+----------------------------------------------------------+--
    11  -rem . .
    12  - 
    13  -rem START{
    14  -Setlocal EnableDelayedExpansion
    15  - 
    16  -rem make symbels true:
    17  -for /F "tokens=2 delims=:" %%C in ('chcp') do set /A "$CP=%%C"
    18  -chcp 437 > nul
    19  - 
    20  -set mypath="%~dp0"
    21  - 
    22  -rem config.ini:
    23  -FOR /F "tokens=*" %%A IN ('type !mypath!"config.ini"') DO set %%A
    24  - 
    25  -!python_default_path! -m pip install -r ../requirements.txt
    26  -!python_default_path! -m pip install -r ../requirements-pypi.txt
    27  -!python_default_path! -m pip install -r ../hiphp-desktop/requirements-dst.txt
    28  -!python_default_path! -m pip install -r ../hiphp-tk/requirements-tk.txt
    29  -!python_default_path! -m pip install -r ./requirements-win.txt
    30  - 
    31  -rem }END.
    32  - 
Please wait...
Page is in error, reload to recover