# Python-pyserial and pymodbus recipes

**URL:** https://forum.legato.io/t/python-pyserial-and-pymodbus-recipes/3382
**Category:** Legato Linux distribution (Yocto project)
**Created:** [June 27, 2018, 3:56pm UTC](https://forum.legato.io/t/python-pyserial-and-pymodbus-recipes/3382 "2018-06-27T15:56:57Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![lotam](https://avatars.discourse-cdn.com/v4/letter/l/958977/32.png) [@lotam](https://forum.legato.io/u/lotam)
#### Post date: [June 30, 2018, 2:33am UTC](https://forum.legato.io/t/python-pyserial-and-pymodbus-recipes/3382/2 "2018-06-30T02:33:39Z")

</div>

Maybe you can refer to below to build and include these Python recipes:

> [@Python receipts in Legato](https://forum.legato.io/t/python-receipts-in-legato/2356/2):
>
> Hello Isabel, The steps needed to add python packages in your custom Linux image with Yocto: in the mdm9x15-image.inc file (If your taget is wp85), add python “core” package IMAGE\_INSTALL += " python" To add more python packages (optionals, depending on your needs): IMAGE\_INSTALL += " python-threading python-math python-io python-pickle etc…" Idem with nodejs. IMAGE\_INSTALL += " nodejs" Best regards, Sylvain

Hope it helps.

---

_[View the full topic](https://forum.legato.io/t/python-pyserial-and-pymodbus-recipes/3382)._
