Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 235 Bytes

Python.md

File metadata and controls

27 lines (18 loc) · 235 Bytes

Setup Python

Installation

Windows

choco install python

MacOS

brew install python

Debian-based

sudo apt install python

Redhat-based

sudo yum install python