# DLA-builder **Repository Path**: Programmerfan/dla-builder ## Basic Information - **Project Name**: DLA-builder - **Description**: Diffusion-limited Aggregation(DLA) Python实现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-13 - **Last Updated**: 2021-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DLA-builder #### 介绍 Diffusion-limited Aggregation(DLA) Python实现 #### Document 相关内容参考各个`.py`文件注释 #### QuickStart 1. 执行 `pip3  install -r requestment.txt` 2. 执行 `python3 runner.py` 3. DONE #### Ohters 开发环境基于 `Python - 3.8.7`