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