mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
7 lines
199 B
Bash
7 lines
199 B
Bash
#!/usr/bin/env bash
|
|
sudo apt update
|
|
sudo apt install -y netcat
|
|
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
|
sudo apt install -y python3.12
|
|
curl -sSL https://install.python-poetry.org | python3.12 -
|