Installation
===================

Treevalue is currently hosted on PyPI. It required python >= 3.6.

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

.. code:: shell

    pip install treevalue

You can also install with the newest version through GitHub:

.. code:: shell

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

After installation, open your shell console and use \
the cli like the script below.

.. literalinclude:: cli_demo.demo.sh
    :language: shell
    :linenos:

.. literalinclude:: cli_demo.demo.sh.txt
    :language: text
    :linenos:

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

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