Skip to content

Commit 2feb3ca

Browse files
committed
Remove the python virtuanenv req
1 parent 023d945 commit 2feb3ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/managed-ccf/quickstart-typescript.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,13 @@ This quickstart uses the Azure Identity library, along with Azure CLI or Azure P
3131
[!INCLUDE [Sign in to Azure](../../includes/confidential-ledger-sign-in-azure.md)]
3232

3333
### Initialize a new npm project
34-
Begin by initializing a new `npm` project in a folder. You may skip this step if you have an existing node project.
34+
In a terminal or command prompt, create a suitable project folder and initialize an `npm` project. You may skip this step if you have an existing node project.
3535
```terminal
3636
cd <work folder>
3737
npm init -y
3838
```
3939

4040
### Install the packages
41-
42-
In a terminal or command prompt, create a suitable project folder, and then create and activate a Python virtual environment as described on [Use Python virtual environments](/azure/developer/python/configure-local-development-environment?tabs=cmd#use-python-virtual-environments).
43-
4441
Install the Azure Active Directory identity client library.
4542

4643
```terminal

0 commit comments

Comments
 (0)