Files
anki/docs/mac.md
Abdo 8e1c571bd1 docs: Document the anki-audio package (#5411)
Some notes about updating the `anki-audio` package.
2026-08-26 21:18:43 +03:00

27 lines
582 B
Markdown

<!-- DO NOT MANUALLY EDIT THIS FILE -->
<!-- This file is copied from docs-site/developers/mac.mdx automatically -->
# Mac-specific notes
<!-- <<<cog
from cogdocs import get_file_contents
cog.out(get_file_contents("mac"))
>>> -->
## Requirements
**Xcode**:
Install the latest XCode from the App Store. Open it at least once
so it installs the command line tools.
**Git/rsync**
Install via Homebrew or similar tool.
## More
For info on running tests, building wheels and so on, please see [Development](https://anki.mintlify.app/developers/development).
<!-- <<<end>>> -->