{
“cells”: [
{

“cell_type”: “markdown”, “id”: “5187d970”, “metadata”: {}, “source”: [

“# Installationn”, “n”, “`popsynth` can be installed withn”, “n”, “`bash\n", "pip install popsynth\n", "`n”, “Alternatively, one can install via gitn”, “n”, “`bash\n", "git clone https://github.com/grburgess/popsynth\n", "cd popsynth\n", "python setup.py install\n", "`n”, “n”, “n”, “In order to produce graphs of populations, one needs the optional [graphiz](https://graphviz.readthedocs.io/en/stable/) library.n”, “The 3D plots seen in the documentation require properly setting up the [ipyvolume](https://ipyvolume.readthedocs.io/en/latest/) package and configuring it for your local setup. n”

]

}, {

“cell_type”: “code”, “execution_count”: null, “id”: “eddec895”, “metadata”: {}, “outputs”: [], “source”: []

}

], “metadata”: {

“jupytext”: {
“formats”: “ipynb,md”

}, “kernelspec”: {

“display_name”: “Python 3”, “language”: “python”, “name”: “python3”

}, “language_info”: {

“codemirror_mode”: {
“name”: “ipython”, “version”: 3

}, “file_extension”: “.py”, “mimetype”: “text/x-python”, “name”: “python”, “nbconvert_exporter”: “python”, “pygments_lexer”: “ipython3”, “version”: “3.9.10”

}

}, “nbformat”: 4, “nbformat_minor”: 5

}