File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
[ ![ PyPI version] ( https://img.shields.io/pypi/v/cdklabs.generative-ai-cdk-constructs )] ( https://pypi.org/project/cdklabs.generative-ai-cdk-constructs/ )
14
14
[ ![ npm version] ( https://img.shields.io/npm/v/@cdklabs/generative-ai-cdk-constructs )] ( https://www.npmjs.com/package/@cdklabs/generative-ai-cdk-constructs )
15
+ [ ![ NuGet Version] ( https://img.shields.io/nuget/v/Cdklabs.GenerativeAiCdkConstructs )] ( https://nuget.info/packages/Cdklabs.GenerativeAiCdkConstructs )
15
16
16
17
## Table of contents
17
18
@@ -67,6 +68,15 @@ If you want to add a new construct to the library, check out our [design guideli
67
68
- Import the library:
68
69
- ` import cdklabs.generative_ai_cdk_constructs `
69
70
71
+ ### For NuGet
72
+
73
+ - Create or use an existing CDK application in Python
74
+ - ` cdk init app --language csharp `
75
+ - Install the package while in the Visual Studio project:
76
+ - ` dotnet add package CdkLabs.GenerativeAICdkConstructs `
77
+ - Use the namespace:
78
+ - ` using Cdklabs.GenerativeAiCdkConstructs; `
79
+
70
80
Refer to the documentation for additional guidance on a particular construct: [ Catalog] ( #catalog )
71
81
72
82
## Catalog
You can’t perform that action at this time.
0 commit comments