Installation
The fastest way to start is Baobab Studio — nothing to install, everything runs in your browser. To work locally, the `bao` command-line toolchain runs on Python 3.13+ and ships with the open-source release. A one-line installer (get.baobablang.dev) is on the way.
12345678# Aucune installation : ouvrez Baobab Studio dans le navigateur.
# À venir — installeur en une ligne (get.baobablang.dev) :
# curl -fsSL get.baobablang.dev | sh
# En local, avec la version open source (Python 3.13+) :
bao run main.bao
bao translate main.bao --to python