Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Download

XiaoJSoft edited this page Oct 14, 2017 · 2 revisions

Download

PyPI

Typically, you can use "pip" command to download the lastest release. Open the terminal (or Command Prompt) and type following command:

pip install bce

Or if you use Python 3 in Linux, type following command instead:

pip3 install bce

If you are using Linux/UNIX, please run these commands in root privilege. Typically, you can use command su or sudo.

Source

To get the lastest stable version, visit https://pypi.python.org/pypi/bce/ or https://github.com/bce-toolkit/bce/releases/.

To get the lastest Git version, do:

git clone https://github.com/bce-toolkit/bce

Clone this wiki locally