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 python console and type .. literalinclude:: install_check.demo.py :language: python :linenos: If the output is like below and no error occurs, you have successfully installed Treevalue. .. literalinclude:: install_check.demo.py.txt :language: text :linenos: Treevalue is still under development, you can also check out the documents in stable version through `https://opendilab.github.io/treevalue/ `_.