Installation
Installation guide to WSocket
Last updated
Was this helpful?
Installation guide to WSocket
Last updated
Was this helpful?
Install latest version or upgrade an already installed WSocket
to the latest from PyPI.
Before you go any further, make sure you have Python and that the expected version is available from your command line. You can check this by running:
You should get some output like Python 3.6.3
. If you do not have Python, please install the latest 3.x version from or refer to the section of the Hitchhiker’s Guide to Python.
If pip
isn’t already installed, then first try to bootstrap it from the standard library:
If that still doesn’t allow you to run pip
:
Warning
Be cautious if you’re using a Python install that’s managed by your operating system or another package manager. get-pip.py does not coordinate with those tools, and may leave your system in an inconsistent state. You can use python get-pip.py --prefix=/usr/local/
to install in /usr/local
which is designed for locally-installed software.
While pip
alone is sufficient to install from pre-built binary archives, up to date copies of the setuptools
and wheel
projects are useful to ensure you can also install from source archives:
Additionally, you’ll need to make sure you have available. You can check this by running:
If you installed Python from source, with an installer from , or via you should already have pip. If you’re on Linux and installed using your OS package manager, you may have to install pip separately, see .
Securely Download
Run python get-pip.py
. This will install or upgrade pip. Additionally, it will install and if they’re not installed already.
Try to again.
Any question??? report us from