mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
6 lines
85 B
Bash
6 lines
85 B
Bash
#! /bin/bash
|
|
|
|
echo "Setting up the environment..."
|
|
|
|
python -m pip install pre-commit
|