agenda-tech-brasil
Lista de eventos tech que acontecem no Brasil
File Explorer
Download Latest Version (.zip)- 01 - create-in-person-meeting.yml
- 02 - create-hybrid-meeting.yml
- 03 - create-online-meeting.yml
- 04 - delete-meeting.yml
- 05 - archive-event.yml
- validateReadme.js
- archive-events.yml
- change_issue_title.yml
- create-event.yml
- delete-event.yml
- generate-markdown.yml
- greetings.yml
- markdown-lint.yml
- python-tests.yml
- CONTRIBUTING.md
- pull_request_template.md
- SECURITY.md
- 2022.md
- 2023.md
- 2024.md
- 2025.md
- abacatinhos.svg
- database.json
- archive.md.j2
- events.md.j2
- conftest.py
- test_add_event.py
- test_archive.py
- test_export_archive.py
- test_generate_page.py
- test_remove_event.py
- test_validate_database.py
- add_event.py
- archive.py
- export_archive.py
- generate_page.py
- remove_event.py
- requirements.txt
- utils.py
- validate_database.py
- .gitignore
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/agenda-tech-brasil/agenda-tech-brasil
Downloads the entire project code from GitHub to your computer.
cd agenda-tech-brasil
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r src/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
