Skip to content

GiikuCAMPvol1/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

環境構築

準備

# Python ランタイムのインストール
# バージョンは 3.6 以降で
# 各自で調べて頑張って

# git clone
git clone https://github.com/GiikuCAMPvol1/backend.git

# 仮想環境の準備などしたい人はする
# 仮想環境の名前は .venv を推奨 (.gitignore の設定)

# websoket-server モジュールをインストール
pip install websocket-server

起動

# コマンドは一例
# 各自の環境に応じて適当なコマンドで server.py を走らせてください
python server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages