π§° Installation Guide¶
This page shows you how to set up your environment to use Impress and run asynchronous pipelines with it.
We recommend using a virtual environment to isolate your dependencies.
π¦ Step 1: Create a Python Environment¶
Make sure you have Python 3.8 or newer installed.
You can check your Python version with:
We recommend creating a virtual environment to keep dependencies clean.
Using venv
¶
On Linux/Mac:
On Windows:
Your shell prompt should now show (impress-env)
indicating the environment is active.
π Step 2: Install Impress¶
Install Impress and its required dependencies from PyPI:
Impress uses Radical AsyncFlow as its workflow backend.
If not installed automatically, you can install it explicitly:
π§ͺ Step 3: Verify Installation¶
Check that Impress is installed and importable:
You should see:
𧬠Step 4: Run a Sample Pipeline¶
Now youβre ready to write and run your own pipelines!
π Deactivate Environment¶
When youβre done, you can deactivate your virtual environment:
Next time you want to work with Impress, just activate the environment again.
π Next Steps¶
β
Explore the API reference
β
Build your own workflows!