diff --git a/upysh/upysh.py b/upysh/upysh.py index 48066c63..d4e4cdba 100644 --- a/upysh/upysh.py +++ b/upysh/upysh.py @@ -61,6 +61,9 @@ This is 'upysh' help, for builtin Python help run: import builtins builtins.help() +upysh is intended to be imported using: +from upysh import * + upysh commands: pwd, cd("new_dir"), ls, ls(...), head(...), cat(...) newfile(...), rm(...), mkdir(...), rmdir(...)