A package for drawing Mandelbrot and Julia sets.
-
Clone the repository to your local machine using the command
git clone https://github.com/Harry-icl/M2R-Julia-Sets
in a directory of your choice. -
Navigate to the M2R-Julia-Sets folder (
cd M2R-Julia-Sets
) -
Use pip to install the package
a. In editable mode:
pip install -e .
b. Without editable mode:
pip install .
In order to use the GUI, install the package and then follow the instructions in the GUI_README file.