Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ pip install PowerPlatform-Dataverse-Client
# Include Azure Identity for authentication
pip install PowerPlatform-Dataverse-Client azure-identity

# Install with optional pandas integration
pip install PowerPlatform-Dataverse-Client[pandas]
# (pandas is included by default)
```

For development from source:
Expand Down Expand Up @@ -248,7 +247,7 @@ For comprehensive information on Microsoft Dataverse and related technologies:
| **[Dataverse Web API Reference](https://learn.microsoft.com/power-apps/developer/data-platform/webapi/)** | Detailed Web API reference and examples |
| **[Azure Identity for Python](https://learn.microsoft.com/python/api/overview/azure/identity-readme)** | Authentication library documentation and credential types |
| **[Power Platform Developer Center](https://learn.microsoft.com/power-platform/developer/)** | Broader Power Platform development resources |
| **[Microsoft Graph PowerShell SDK](https://learn.microsoft.com/powershell/microsoftgraph/)** | Related SDK for Microsoft Graph operations |
| **[Dataverse SDK for .NET](https://learn.microsoft.com/power-apps/developer/data-platform/dataverse-sdk-dotnet/)** | Official .NET SDK for Microsoft Dataverse |

## Troubleshooting

Expand Down