https://github.com/rlbot/wiki
Central Wiki for RLBot
https://github.com/rlbot/wiki
hacktoberfest
Last synced: 5 months ago
JSON representation
Central Wiki for RLBot
- Host: GitHub
- URL: https://github.com/rlbot/wiki
- Owner: RLBot
- Created: 2023-10-05T19:28:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:22:52.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:27:29.508Z (over 1 year ago)
- Topics: hacktoberfest
- Homepage:
- Size: 7.21 MB
- Stars: 2
- Watchers: 1
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RLBot Central Wiki
The RLBot Wiki is available at .
The RLBot Wiki primarily houses resources for bot development, but you can also find guides for users, framework documentation, and community insights.
## Setup
For linux (windows is probably very similar):
```bash
python -m venv venv # Create virtual env for python
source venv/bin/activate # Activate virtual env
pip install -r requirements.txt # Install mkdocs
```
Refer to `mkdocs --help` for serving locally, building and manual deployment with [MkDocs](https://www.mkdocs.org/).
## Deployment
The `main` branch is automatically deployed. See Github actions.