Yet Another Python Mandelbrot - a mixed language (Python & C++) project using continuous integration
pip install yapybrot
See the examples for usage.
Prerequisites:
- Python >= 3.8
- CMake
conda env create -f environment.yml
conda activate yapybrotenv
pip install .
pip install -r requirements.txt
./install_libs.sh
pip install .