mesa
Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors.
파일 탐색기
최종 버전 다운로드 (.zip)- bug-report.md
- config.yml
- feature-request.md
- bug.md
- feature.md
- mesa.yml
- README.md
- benchmarks-comment.yml
- benchmarks.yml
- build_lint.yml
- release.yml
- update-switcher.yml
- vale.yml
- dependabot.yml
- pull_request_template.md
- release.yml
- compare_timings.py
- configurations.py
- global_benchmark.py
- README.md
- environment.yml
- switcher.json
- agent.md
- agentset.md
- api_main.md
- datacollection.md
- discrete_space.md
- experimental.md
- mesa_logging.md
- model.md
- time.md
- visualization.md
- Discrete_Space.drawio.png
- mesa_logo.ico
- mesa_logo.png
- wolf_sheep.png
- 0_first_model.ipynb
- 10_visualization_custom.ipynb
- 1_agentset.ipynb
- 2_agent_activation.ipynb
- 3_event_scheduling.ipynb
- 4_adding_space.ipynb
- 5_collecting_data.ipynb
- 6_visualization_basic.ipynb
- 7_visualization_dynamic_agents.ipynb
- 8_visualization_rendering_with_space_renderer.ipynb
- 9_visualization_property_layer_visualization.ipynb
- best-practices.md
- conf.py
- example_template.txt
- examples_overview_template.txt
- getting_started.md
- GSoC.md
- index.md
- make.bat
- Makefile
- mesa.md
- mesa_extension.md
- migration_guide.md
- overview.md
- README.md
- __init__.py
- cell.py
- cell_agent.py
- cell_collection.py
- discrete_space.py
- grid.py
- network.py
- voronoi.py
- __init__.py
- agents.py
- app.py
- Epstein Civil Violence.ipynb
- model.py
- Readme.md
- __init__.py
- agents.py
- analysis.ipynb
- app.py
- model.py
- Readme.md
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- sugar-map.txt
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- __init__.py
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- st_app.py
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- st_app.py
- blue_happy.png
- blue_unhappy.png
- orange_happy.png
- orange_unhappy.png
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- __init__.py
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- __init__.py
- agents.py
- app.py
- model.py
- Readme.md
- utils.py
- __init__.py
- __init__.py
- README.md
- __init__.py
- actions.py
- __init__.py
- continuous_space.py
- continuous_space_agents.py
- __init__.py
- basedatarecorder.py
- datarecorders.py
- dataset.py
- __init__.py
- batching.py
- core.py
- observable_collections.py
- signal_types.py
- signals_util.py
- __init__.py
- meta_agent.py
- __init__.py
- exceptions.py
- runner.py
- scenario.py
- store.py
- __init__.py
- state.py
- __init__.py
- __init__.py
- events.py
- __init__.py
- abstract_renderer.py
- altair_backend.py
- matplotlib_backend.py
- __init__.py
- altair_components.py
- matplotlib_components.py
- portrayal_components.py
- __init__.py
- command_console.py
- mpl_space_drawing.py
- solara_viz.py
- space_drawers.py
- space_renderer.py
- user_param.py
- utils.py
- __init__.py
- agent.py
- agentset.py
- datacollection.py
- exceptions.py
- mesa_logging.py
- model.py
- test_discrete_space.py
- test_hexgrid_torus_validation.py
- test_spatial_lookups.py
- test_end_to_end_viz.sh
- test_examples.py
- test_examples_viz.py
- test_actions.py
- test_batching.py
- test_continuous_space.py
- test_datarecorder.py
- test_dataset.py
- test_mesa_signals.py
- test_meta_agents.py
- test_multi_level_meta_agents.py
- test_scenarios.py
- test_states.py
- test_events.py
- test_backends.py
- test_components_matplotlib.py
- test_portrayal_components.py
- test_solara_viz.py
- test_solara_viz_scenarios.py
- test_space_drawer.py
- test_space_renderer.py
- __init__.py
- read_requirements.py
- test_agent.py
- test_agentset.py
- test_datacollector.py
- test_import_namespace.py
- test_lifespan.py
- test_mesa_logging.py
- test_model.py
- test_schedule_run.py
- .coderabbit.yaml
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- .vale.ini
- CITATION.cff
- CODE_OF_CONDUCT.md
- codecov.yaml
- CONTRIBUTING.md
- HISTORY.md
- LICENSE
- NOTICE
- pyproject.toml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mesa/mesa
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd mesa
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install -U mesa
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -U --pre mesa
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -U "mesa[network,viz]"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -U "mesa[rec]"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install -U mesa
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -U --pre mesa
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -U "mesa[network,viz]"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -U "mesa[rec]"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -U "mesa[all]"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
