### Install osc4py3 using pip Source: https://github.com/xinne/osc4py3/blob/master/README.txt This snippet shows the command to install the osc4py3 module using pip, the standard Python package installer. It also provides an alternative for local user installation if admin access is not available. ```Shell pip install osc4py3 ``` ```Shell pip install --user osc4py3 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.