Skip to main content

Lebai Robot Python SDK

Project description

乐白机器人 Python SDK

安装

安装 Python 和 pip

例如在 Ubuntu 下:

sudo apt install python3 python3-pip

如果 Python 环境配置有问题:

sudo ln -s /usr/bin/python3 /usr/bin/python
sudo ln -s /usr/bin/pip3 /usr/bin/pip
python -m pip install --upgrade pip setuptools wheel

安装项目依赖

安装依赖:

pip install -r requirements.txt

运行

GRPC_TRACE=all GRPC_VERBOSITY=debug ./main.py

构建和发布

python3 -m pip install --user --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository testpypi dist/*

python3 -m twine upload --repository pypi dist/*

从 PyPI 安装

python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps lebai

pip install lebai

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lebai-0.1.1.tar.gz (59.5 kB view hashes)

Uploaded Source

Built Distribution

lebai-0.1.1-py3-none-any.whl (63.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page