mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#! /bin/bash
|
|
|
|
echo "Setting up the environment..."
|
|
|
|
python -m pip install pre-commit
|