File size: 672 Bytes
079c32c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Installation
===================

LightZero is currently hosted on PyPI. It required python >= 3.7.

You can simply install LightZero from PyPI with the following command:

.. code:: shell

    pip install LightZero

You can also install with the newest version through GitHub:

.. code:: shell

    pip install -U git+https://github.com/opendilab/LightZero.git@main


In newest version of LightZero, cli is supported to do some \
data processing. Here is the version and help display.

LightZero is still under development, you can also check out the documents in stable version through `https://opendilab.github.io/LightZero/ <https://opendilab.github.io/LightZero/>`_.