Skip to content

Commit

Permalink
fix compliance check
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhang Liu committed Oct 17, 2023
1 parent 33685f7 commit ac9f7bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ A case that shows how to use tool with FilePath as input.

## Prerequisites

1. Install promptflow sdk and other dependencies:
1. As file path is currently in its preview phase, it is necessary for you to install the test version of the PromptFlow package:

```bash
pip install "promptflow==0.1.0b8.dev2" --extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
```

2. Install promptflow sdk and other dependencies:

```bash
pip install -r requirements.txt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
--extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
promptflow==0.1.0b8.dev2
promptflow-tools
my-tools-package

0 comments on commit ac9f7bf

Please sign in to comment.