You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/dev/dev_setup.md
+14-6
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Getting the tests to run
1
+
# Run SDK tests
2
2
3
-
This section describes how to create a dev environment, in order to run the SDK tests,
3
+
This document describes how to create a dev environment in order to run SDK tests
4
4
or execute the various commands available in the toolbox.
5
5
6
-
## Setting up a virtual environment
6
+
## Set up a virtual environment
7
7
8
8
1. If you don't already have it, install Python:
9
9
@@ -33,7 +33,7 @@ or execute the various commands available in the toolbox.
33
33
34
34
4. Setup your development environment
35
35
36
-
Install the development requirements for a specific library (located in the `dev_requirements.txt` file at the root of the library), [Tox][tox], [Tox monorepo][tox_monorepo] and an editable install of your library:
36
+
Install the development requirements for a specific library (located in the `dev_requirements.txt` file at the root of the library), [Tox][tox], [Tox monorepo][tox_monorepo] and an editable install of your library. For example, to install requirements for `azure-ai-formrecognizer`:
37
37
```
38
38
azure-sdk-for-python> cd sdk/formrecognizer/azure-ai-formrecognizer
0 commit comments