Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 571 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 571 Bytes

環境構築

準備

# 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