> For the complete documentation index, see [llms.txt](https://manis-organization-2.gitbook.io/vortexdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manis-organization-2.gitbook.io/vortexdocs/vortex-engine/troubleshooting/1.-modulenotfounderror/1.-verify-installation.md).

# 1. Verify Installation:

Ensure that Vortex is installed correctly. Run the following command to confirm:

<pre class="language-bash"><code class="lang-bash"><strong>
</strong><strong>pip show vortex
</strong>
</code></pre>

If Vortex is not listed, install it using:

```bash

pip install vortex

```
