File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ It is recommended you use a Python virtual environment for local development (se
47
47
48
48
With your virtual environment active run the following from the SDK repository's directory:
49
49
50
- .. code-block :: shell
50
+ .. code-block :: console
51
51
52
- (.vent ) % make install
52
+ (.venv ) % make install
53
53
54
54
This will install the package in editable mode with all dev and optional dependencies.
55
55
Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ Import the Jamf Pro client from the SDK:
37
37
38
38
Create a client object passing in your Jamf Pro server name and a username and password:
39
39
40
+ .. note ::
41
+
42
+ When passing your Jamf Pro server name, do not include the scheme (``https:// ``) as the SDK handles this automatically for you.
43
+
44
+
40
45
>>> client = JamfProClient(
41
46
... server= " jamf.my.org" ,
42
47
... credentials= BasicAuthProvider(" oscar" , " j@mf1234!" )
You can’t perform that action at this time.
0 commit comments