Skip to content

Commit 360b0d1

Browse files
committed
Updated commands for data prep in Windows.
1 parent 8e9b2a5 commit 360b0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/SAMPLE_DATA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- Create a virtual environment for the sample data preparation
3737
- Open a terminal window.
3838
- Create the virtual environment: `python -m venv scriptsenv`
39-
- Activate the virtual environment: `.\scriptsenv\bin\activate`
39+
- Activate the virtual environment: `.\scriptsenv\Scripts\activate`
4040
- Install the necessary packages listed in scripts/requirements-dev.txt, e.g. `pip install -r requirements-dev.txt`
4141
- Create the index and ingest PDF data with Form Recognizer
4242
- Replace `<form-rec-resource-name>` with the name of the existing or recently created Azure Document Intelligence (Form Recognizer) resource and replace `<form-rec-key>` with key 1 or key 2 of the existing or recently created Azure Document Intelligence (Form Recognizer) resource:

0 commit comments

Comments
 (0)