mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
25fb571a0f
- A draft of the "Quick Start" section for your README. - Enable logging of backtesting in Qlib and store rich-text descriptions in Trace. - Support one-step debugging for factor extraction.
40 lines
562 B
ReStructuredText
40 lines
562 B
ReStructuredText
=========================
|
|
Installation
|
|
=========================
|
|
|
|
Installation
|
|
============
|
|
|
|
For different scenarios
|
|
- for purely users:
|
|
- for dev users: link to development
|
|
|
|
Configuration
|
|
=============
|
|
|
|
Quick configuration
|
|
|
|
|
|
|
|
|
|
Azure OpenAI
|
|
------------
|
|
|
|
|
|
|
|
USE_AZURE_TOKEN_PROVIDER
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
### ☁️ Azure Configuration
|
|
- Install Azure CLI:
|
|
```sh
|
|
curl -L https://aka.ms/InstallAzureCli | bash
|
|
```
|
|
- Log in to Azure:
|
|
```sh
|
|
az login --use-device-code
|
|
```
|
|
|
|
- `exit` and re-login to your environment (this step may not be necessary).
|
|
|