Skip to content

This is a websocket demo developed in Python by Alexander Ezharjan.

Notifications You must be signed in to change notification settings

Ezharjan/PythonWebsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offline installation [Tested]

Or, for example

  1. Install websocket packake:
pip install ./requirements/websocket-0.2.1.tar.gz
  1. Install websocket_server package:
pip install ./requirements/websocket_server-0.4.tar.gz
  1. etc,.(Install all the other packages the way shown above.)

by Alexander Ezharjan

3rd,June,2021

other refs below

离线安装Python依赖

  1. 离线下载安装包 下载单个离线包 - pip download -d your_offline_packages <package_name> 批量下载离线包 - pip download -d your_offline_packages -r requirements.txt
  2. 离线安装 安装单个离线包 - pip install --no-index --find-links=/your_offline_packages/ package_name 批量安装离线包 - pip install --no-index --find-links=/your_offline_packages/ -r requirements.txt

About

This is a websocket demo developed in Python by Alexander Ezharjan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages