mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-06-21 10:56:05 +08:00
* typo on qa readme * typo on qa readme --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
20 lines
604 B
Markdown
Vendored
20 lines
604 B
Markdown
Vendored
# OpenBB QA Extension
|
|
|
|
This extension provides Quantitative Analysis (QA) tools for the OpenBB Platform.
|
|
|
|
Features of the QA extension include various statistical tools and models.
|
|
|
|
This extension works nicely with a companion `openbb-charting` extension
|
|
|
|
## Installation
|
|
|
|
To install the extension, run the following command in this folder:
|
|
|
|
```bash
|
|
pip install openbb-quantitative
|
|
```
|
|
|
|
For development please check [Contribution Guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/blob/develop/openbb_platform/CONTRIBUTING.md).
|
|
|
|
Documentation available [here](https://docs.openbb.co/platform).
|