Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 172b7d4

Browse files
authored
Update README.md
1 parent db5f09d commit 172b7d4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@ This is an unofficial C# library for the OpenAI API. As there are no official li
1111

1212
## Installation
1313

14-
TBD (Add installation instructions here)
14+
To install the ManagedCode.OpenAI library from NuGet, you can use the following methods:
15+
16+
### Package Manager
17+
Open the Package Manager Console in Visual Studio and run the following command:
18+
19+
```
20+
Install-Package ManagedCode.OpenAI
21+
```
22+
23+
### .NET CLI
24+
You can also use the .NET CLI to install the package. Open a terminal/command prompt and run the following command:
25+
26+
```
27+
dotnet add package ManagedCode.OpenAI
28+
```
1529

1630
## Usage
1731

0 commit comments

Comments
 (0)