Install PIP Module persistent on docker hass

Hello,

I am newbee on home-assistant. Is there an official way to install pip modules persistent?

My environment is:
ha core info
arch: aarch64
audio_input: None
audio_output: None
boot: true
image: homeassistant/raspberrypi3-64-homeassistant
ip_address: 172.30.32.1
last_version: 2021.6.2
machine: raspberrypi3-64
port: 8124
ssl: false
update_available: true
version: 2021.5.5
version_latest: 2021.6.2
wait_boot: 600
watchdog: true

I would like to control my Becker shutters with the official USB Remote Control. I am able to install the pip modules “pybecker” with its dependency “pyserial”. “Pybecker” script is working greatfully,pairing and control works good, but every time after reboot are this both modules and my channels database disappeared.

Thanks for your help in advance
Andreas

The following be of interest, as it sounds like Becker will soon be included in HA; otherwise as also suggested in this thread, you can do what your asking by using what HA calls a custom component.

Thanks for your replay.

I can not yet find Becker shutters as official integration nor HACS.
I downloaded hass-becker-component-master.zip from github.
Now I found this explanation
https://githubmemory.com/repo/nicolasberthel/hass-becker-component/issues
This solved my problem.

Thanks an greetings
Andreas