Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README_INTERNAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ URL = "<mqp-api-url>"
TOKEN = "<your-mqp-token>"

# create a client instance
client = MQSSClient(token=TOKEN, url=URL)
# set is_hpc=True if running on HPC Cluster
client = MQSSClient(token=TOKEN, base_url=URL, is_hpc=False)

# check out all the resources
resources = client.get_all_resources()
Expand Down