A graphical installer is work in progress and will be released here soon
gcc
(Will be fixed some time)
- Use the Releases section and download the version for your OS
- Put the executable into your PATH
- Open a terminal and type
heiabubu --help
to get started
- Clone or download the source for this repository
- Create a new
Anaconda
orMiniconda
Environement in theHeiabubuLang
folder
conda create --name heiabubu python=3.12.1
- Activate the new environment
conda activate heiabubu
- Install the dependencies
conda install llvmlite
conda install termcolor
pip install pyinstaller
- Build the execuable `pyinstaller --onefile -n heiabubu main.py
- Add the
dist
folder to your PATH - Open a terminal and type
heiabubu --help
to get started