Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 346 Bytes

pyshoot

Simplify Python development setup with this Bash script.

Run

Tested on: Ubuntu 18+

Root Access is Required. If the user is not root, first run:

sudo -i

Then:

wget "https://raw.githubusercontent.com/DanielNoohi/pyshoot/main/pinstall.sh" -O pinstall.sh && chmod +x pinstall.sh && bash pinstall.sh