This repository was archived by the owner on Feb 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
2 Installation
lebaston100 edited this page Mar 12, 2017
·
1 revision
- Download Python for Windows
- Start the installer
- Select "Add Python 3.6 to PATH"
- Click "Customize installation"
- Uncheck "Documentation", "tcl/tk and IDLE", "Python test suite" and click "Next"
- Click Install and wait for it to finish
- Use your package manager (apt/yum/aptitude) to install python3 and pyhon3-pip
sudo apt-get install python3 python3-pip
- Download and unzip the server
- Open a command prompt in the unziped folder where the file "setup.py" is located
- Type "python setup.py install" and press Enter
- Open a terminal
- Install git:
sudo apt-get install git - Install the server:
sudo pip3 install git+https://github.com/dpallot/simple-websocket-server.git
made by lebaston100