瀏覽代碼

[Docs] Update docs for dropbox loader (#1158)

Deshraj Yadav 1 年之前
父節點
當前提交
69e83adae0
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      docs/components/data-sources/dropbox.mdx

+ 10 - 0
docs/components/data-sources/dropbox.mdx

@@ -10,6 +10,16 @@ Ensure your app has the following settings activated:
 
 - In the Permissions section, enable `files.content.read` and `files.metadata.read`.
 
+## Usage
+
+Install the `dropbox` pypi package:
+
+```bash
+pip install dropbox
+```
+
+Following is an example of how to use the dropbox loader:
+
 ```python
 import os
 from embedchain import Pipeline as App