Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.93 KB

INSTALL.md

File metadata and controls

32 lines (25 loc) · 1.93 KB

Windows Easy Install Instructions

  • Head to the release page and download the latest official release .zip
  • Extract the .zip anywhere and run slipdotpy.exe
  • [Optional] You may wish to create a shortcut to slipdotpy.exe for easier access

Windows Standard Install Instructions

Linux / OSX Standard Install Instructions

  • Download and extract the ZIP file containing the latest version of slip.py.

  • Install Python 3.8 using your package manager (Pip should be included)

    • While Python 3.8 is recommended, Python 3.6 and up should work fine
  • Make and install slippc

  • Create a symlink to the slippc binary in your /home/$USER/bin directory (or anywhere else in your PATH) using:

    ln -s </path/to/slippc> ~/bin/slippc

  • Navigate to the directory of this install file in a terminal and run the command:

    pip install --user .

  • If the installation is successful, slip.py will be installed to ~/.local/lib/python3.8/site-packages/slipdotpy/slip.py

  • Run slip.py to launch the Flask desktop application

  • Alternately, run slip-server.py in a terminal to launch the Flask web application

  • [Optional] You may wish to create a symlink to slip.py and/or slip-server.py for easier access