Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 409 Bytes

development.md

File metadata and controls

45 lines (29 loc) · 409 Bytes

Development Guide

Prerequisites

Install Python (version 3.10 to 3.12).

Set Up Environment

make install

Run

poetry run gpustack

Build

make build

And check artifacts in dist.

Test

make test

Update Dependencies

poetry add <something>

Or

poetry add --group dev <something>

For dev/testing dependencies.