To use SpaCy with PyInstaller, you need to ensure that all the required files and dependencies are included in the bundled executable. First, install SpaCy and any additional models that you need. Next, create a Python script that uses SpaCy functionalities. Then, create a PyInstaller spec file that specifies the data files and dependencies required by SpaCy. Finally, build the executable using PyInstaller with the spec file you have created.