How to obtain the code
Open Source
The PyMandelbrot package is open source and available at https://github.com/openlab-test/example-repo.git
Installation
The package can be installed manually:
git clone https://github.com/openlab-test/example-repo.git PyMandelbrot
cd PyMandelbrot
pip install .
or if you are planning to extend or develop code replace last command with:
pip install -e .
Motivation
Fractal images are amazing, but where do they come from?
How to cite PyMandelbrot?
When using this software in your research, please cite the following publication:
Bibtex:
@software{marco_rossi_2022_6483493,
author = {Marco Rossi},
title = {openlab-test/example-repo: 1.0.0-rc},
month = apr,
year = 2022,
publisher = {Zenodo},
version = {1.0.0-rc},
doi = {10.5281/zenodo.6483493},
url = {https://doi.org/10.5281/zenodo.6483493}
}
How to contribute?
More instruction after first release …
FAQ
Refer to examples in the GitHub page for more information.