Skip to main content

Development Environment Setup

This guide explains how to set up your development environment for contributing to TensorWeaver.

Prerequisites

Setup Steps

  1. Clone the repository:
git clone https://github.com/howl-anderson/tensorweaver.git
cd tensorweaver
  1. Install dependencies using Poetry:
poetry install

Don't have installed poetry yet? Check out the Poetry installation guide.

For more detailed information about Poetry usage, please refer to the Poetry documentation.