Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 578 Bytes

File metadata and controls

37 lines (25 loc) · 578 Bytes

Development setup

1. Clone the repo:

git clone https://github.com/dstackai/dstack
cd dstack

2. (Recommended) Create a virtual environment:

python3 -m venv venv
source venv/bin/activate

3. Install dstack in editable mode:

pip install -e '.[all]'

4. Install dev dependencies:

pip install -r requirements_dev.txt

5. (Recommended) Install pre-commits:

pre-commit install

6. Frontend

See FRONTEND.md for the details on how to build and develop the frontend.