Skip to content

Commit d439273

Browse files
committed
Update docs
(cherry picked from commit 35ec2f5)
1 parent f42b5c0 commit d439273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cluster/python-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Python client can be used to programmatically deploy models to a Cortex Clus
77
pip install git+https://github.com/cortexlabs/cortex.git@v0.9.0#egg=cortex\&subdirectory=pkg/workloads/cortex/client
88
```
99

10-
The Python client needs to be initialized with AWS credentials and an operator URL for your Cortex cluster. You can find the operator URL by running `./cortex.sh endpoints`.
10+
The Python client needs to be initialized with AWS credentials and an operator URL for your Cortex cluster. You can find the operator URL by running `./cortex.sh info`.
1111

1212
```python
1313
from cortex import Client

0 commit comments

Comments
 (0)