Files
NexQuant/docs/installation.rst
T

43 lines
571 B
ReStructuredText
Raw Normal View History

2024-07-15 20:17:12 +08:00
=========================
Installation
=========================
2024-07-22 12:49:03 +08:00
Installation
============
2024-07-15 20:17:12 +08:00
2024-07-22 12:49:03 +08:00
For different scenarios
- for purely users:
- for dev users: link to development
2024-07-15 20:17:12 +08:00
2024-07-22 12:49:03 +08:00
Configuration
=============
2024-07-15 20:17:12 +08:00
2024-07-22 12:49:03 +08:00
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).