# Python receipts in Legato

**URL:** https://forum.legato.io/t/python-receipts-in-legato/2356
**Category:** Legato Linux distribution (Yocto project)
**Created:** [February 19, 2017, 11:40am UTC](https://forum.legato.io/t/python-receipts-in-legato/2356 "2017-02-19T11:40:33Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![spastor](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.legato.io/spastor/32/80_2.png) [@spastor](https://forum.legato.io/u/spastor)
#### Post date: [February 20, 2017, 6:02pm UTC](https://forum.legato.io/t/python-receipts-in-legato/2356/2 "2017-02-20T18:02:21Z")

</div>

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

---

_[View the full topic](https://forum.legato.io/t/python-receipts-in-legato/2356)._
