# Quick start ## Installing ### Dependencies PysKOM does not have any hard dependencies but some features require dependencies. ### Client shell * prompt_toolkit ## Client shell ### Arguments ```{argparse} :module: pyskom.client.shell.client_shell :func: get_parser :prog: python -m pyskom.client.shell ``` The shell is a REPL where every command is parsed by argparse. Commands can be entered ether by there name (i.e. lookup-z-name) or there call number (i.e. 76). Type help to print usage. ### Shell usage ```{argparse} :module: pyskom.client.shell.client_shell :func: create_repl_parser :prog: ```