houzhiqiang / gRPC-Python-Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC-Python 程序模板

初始化venv虚拟环境

cd gRPC-Python-Template/
virtualenv -p python3.6 venv
source venv/bin/activate
pip install -r requirements/local.txt

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 97.5%Language:Makefile 2.5%