You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if name or address headings are clicked on, sorting is strictly on either of these. however, if you click any of the other columns, sorting occurs from left to right, first sorting on the far left, then next level on the right, and so on.
22
-
23
-
24
-
25
-
# requirements
26
-
27
-
yapapi must be installed
28
-
29
-
for systems that do not allow https outbound connection, either yagna or golemsp must be running and the app-key should be in the environment (see section on app-key for details)
30
-
31
-
_python should have been compiled with Tcl support_. this is the default on Windows. this is available as a package on ubuntu. see below.
if name or address headings are clicked on, sorting is strictly on either of these. however, if you click any of the other columns, sorting occurs from left to right, first sorting on the far left, then next level on the right, and so on.
37
+
38
+
# requirements
39
+
40
+
yapapi must be installed
41
+
42
+
for systems that do not allow https outbound connection, either yagna or golemsp must be running and the app-key should be in the environment (see section on app-key for details)
43
+
44
+
_python should have been compiled with Tcl support_. this is the default on Windows. this is available as a package on ubuntu. see below.
45
+
46
+
**if https connections are not allowed on your machine, it is necessary to be running yagna or golemsp, see the advanced section for this**
0 commit comments