File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 3535
3636from src .xpk .main import main
3737
38- if __name__ == '__main__' :
38+ print ("""
39+ _ _ _ _ _ _ _
40+ | | | | | | | | | | | | | |
41+ | | | | | | | | | | | | | |
42+ | | | | | | | | | | | | | |
43+ | | | | | | | | | | | | | |
44+ |_| |_| |_| |_| |_| |_| |_|
45+
46+ (_) (_) (_) (_) (_) (_) (_)
47+
48+ WARNING: Launching via python3 xpk.py is deprecated and will be removed in future versions.
49+ Please switch to the installed CLI:
50+ * Development: Run make install (editable install)
51+ * Production: Run pip install xpk (official release)
52+ New Usage: xpk <command>
53+
54+ Read more at: https://github.com/AI-Hypercomputer/xpk/blob/main/docs/installation.md#3-install-xpk
55+
56+
57+ """ )
58+
59+ if __name__ == "__main__" :
3960 main ()
You can’t perform that action at this time.
0 commit comments