Skip to content

Commit

Permalink
Merge pull request #32 from CrowdStrike/feature/python_readme
Browse files Browse the repository at this point in the history
Updated README in python sdk
  • Loading branch information
gtheodorio authored Oct 10, 2024
2 parents d8b752c + e5d9710 commit e727aee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ The Crowdstrike Resource Provider lets you manage [crowdstrike](https://www.pulu

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @crowdstrike/pulumi
```

or `yarn`:

```bash
yarn add @crowdstrike/pulumi
```

### Python

To use from Python, install using `pip`:
Expand All @@ -12,6 +28,15 @@ To use from Python, install using `pip`:
pip install crowdstrike_pulumi
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/crowdstrike/pulumi-crowdstrike/sdk/go/...
```


## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/crowdstrike/api-docs/).

0 comments on commit e727aee

Please sign in to comment.