Installation#

Prerequisites#

  • Python 3.8 or later

  • CMake 3.18 or later

  • C++17 compatible compiler

Installing from Source#

  1. Clone the repository:

    git clone https://github.com/bluemoon-o2/tensorplay.git
    cd tensorplay
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Build and install:

    python setup.py install
    

    or for development:

    pip install -e .