### Issue
In the README, there is a typo in the command for installing the visualization dependencies. The correct spelling should be `[visualization]` instead of `[visulization]`.
### Suggested Fix
Update the command in the README to:
pip install -e .[visualization] --no-build-isolation
This will ensure the correct installation of the necessary visualization modules.