Installation ============ Prerequisites ------------- - Python 3.8 or later - CMake 3.18 or later - C++17 compatible compiler Installing from Source ---------------------- 1. Clone the repository: .. code-block:: bash git clone https://github.com/bluemoon-o2/tensorplay.git cd tensorplay 2. Install dependencies: .. code-block:: bash pip install -r requirements.txt 3. Build and install: .. code-block:: bash python setup.py install or for development: .. code-block:: bash pip install -e .