Skip to content

Commit

Permalink
SM-1098: Update Python README
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Feb 8, 2024
1 parent b762afd commit d2b769a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions languages/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ pip install bitwarden-sdk

Set the `ORGANIZATION_ID` and `ACCESS_TOKEN` environment variables to your organization ID and access token, respectively.

```bash
python3 ./example.py
```

## Using Virtual Environments

If you would like to run the script within a virtual environment you can do the following.

```bash
source .venv/bin/activate
python3 ./example.py
Expand Down

0 comments on commit d2b769a

Please sign in to comment.