Skip to content

Commit dcaf0d6

Browse files
Change to pip/poetry install
1 parent 93f1516 commit dcaf0d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ This package holds an SDK for accessing the Groundlight public API.
44

55
### Installation
66

7+
The package is published to our [internal pypi repository](https://github.com/positronix-ai/packaging/tree/main/aws), so you can install it with tools like `pip` or `poetry`.
8+
79
```Bash
8-
$ poetry install
10+
# pip
11+
$ pip install groundlight
12+
13+
# poetry
14+
$ poetry add groundlight
915
```
1016

1117
### Basic Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "groundlight"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Call the Groundlight API from python"
55
authors = ["Groundlight AI <[email protected]>"]
66
packages = [

0 commit comments

Comments
 (0)