ModuleNotFoundError: No module named 'py_linq'

I have a fresh install of and ran into a problem trying out the demo.

Python 3.8.5 (default, Sep 4 2020, 02:22:02)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
Type “help”, “copyright”, “credits” or “license” for more information.

from pylinac import Starshot
Traceback (most recent call last):
File “”, line 1, in
File “/Users/iMacLinda/opt/anaconda3/lib/python3.8/site-packages/pylinac/init.py”, line 18, in
from pylinac.picketfence import PicketFence # must be after log analyzer
File “/Users/iMacLinda/opt/anaconda3/lib/python3.8/site-packages/pylinac/picketfence.py”, line 28, in
from py_linq import Enumerable
ModuleNotFoundError: No module named ‘py_linq’

Thank you
Linda

you need to install the package: https://pypi.org/project/py-linq/

I forgot to add it to requirements until recently: https://github.com/jrkerns/pylinac/commit/409bf7c1127801323986dfc998d17a6d36abff68