PortValhalla/scripts/Debian/Software/Python/install.sh

3 lines
71 B
Bash
Raw Normal View History

2023-01-23 19:36:40 +00:00
#!/bin/bash
sudo apt install -y python3 python-is-python3 python3-pip;