Skip to content

Installing Python 3.10

David Carpenter edited this page Jul 31, 2022 · 2 revisions

Flappy Duck is being built on Python 3.10.

Installing on WSL and Linux (Ubuntu)

Run the following commands:

sudo apt update
sudo apt install python3.10

Installing on Mac OS

Run the following command:

brew install [email protected]
Clone this wiki locally