# SlicerSimpleWorkflow

**URL:** https://discourse.slicer.org/t/slicersimpleworkflow/18337
**Category:** Support
**Created:** [June 25, 2021, 10:56am UTC](https://discourse.slicer.org/t/slicersimpleworkflow/18337 "2021-06-25T10:56:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![seanchoi0519](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/seanchoi0519/32/10354_2.png) [@seanchoi0519](https://discourse.slicer.org/u/seanchoi0519)
#### Post date: [June 25, 2021, 10:56am UTC](https://discourse.slicer.org/t/slicersimpleworkflow/18337/1 "2021-06-25T10:56:12Z")

</div>

Hi, if I want to test/explore a slicelet such as the following:

> **[lassoan/SlicerSimpleWorkflows](https://github.com/lassoan/SlicerSimpleWorkflows)**
>
> Examples of simple application-specific workflows implemented using 3D Slicer - lassoan/SlicerSimpleWorkflows

> **[SlicerIGT/LumpNav](https://github.com/SlicerIGT/LumpNav)**
>
> Slicer extension for ultrasound-guided breast tumor resection (lumpectomy) - SlicerIGT/LumpNav

How can I load them on Slicer? How can I launch it?  
Sincerely

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [June 25, 2021, 5:54pm UTC](https://discourse.slicer.org/t/slicersimpleworkflow/18337/2 "2021-06-25T17:54:55Z")

</div>

If you only have Python scripted modules then they don’t require compilation, therefore you can simply add the module’s folder to the “Additional module paths” in application settings. See details in the [PerkLab Slicer Programming Tutorial](https://github.com/PerkLab/PerkLabBootcamp/blob/master/Doc/day3_2_SlicerProgramming.pptx).
