Projects STRLCPY hiphp Commits 77407be4
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    menu_options.json
    1  -{
    2  - "Run":{
    3  - "Run hiphp-desktop":"python3 hiphp-desktop/main.py local",
    4  - "Run hiphp-tk":"python3 hiphp-tk/main.py",
    5  - "back": "back"
    6  - },
    7  - "Install requirements":{
    8  - "install the basic requirements":"pip install --user -r requirements.txt --break-system-packages",
    9  - "install dst requirements":"pip install --user -r hiphp-desktop/requirements-dst.txt --break-system-packages",
    10  - "install tk requirements":"pip install --user -r hiphp-tk/requirements-tk.txt --break-system-packages",
    11  - "install linux requirements":"pip install --user -r hiphp-linux/requirements-linux.txt --break-system-packages",
    12  - "install windows requirements":"pip install --user -r hiphp-win/requirements-win.txt --break-system-packages",
    13  - "install ipynb requirements":"pip install --user -r requirements-ipynb.txt --break-system-packages",
    14  - "install pypi requirements":"pip install --user -r requirements-pypi.txt --break-system-packages",
    15  - "back": "back"
    16  - },
    17  - "Install":{
    18  - "Install on debian":"cd install && bash install.sh -i",
    19  - "Install on termux":"cd install && bash install.sh -ti",
    20  - "back": "back"
    21  - },
    22  - "exit": "exit()"
    23  -}
    24  - 
Please wait...
Page is in error, reload to recover