Open
Description
I am trying to pip install pyvrs to use the vrs CLI. I did pip install vrs
, and verified the installation via pip show
and pip list
. When I run vrs
or vrs check aria.vrs
, I get bash: vrs: command not found
- the CLI is not able to be accessed. However, I can run import pyvrs
inside of a Python script.
Any tips for being able to use the true vrs CLI? Do I need to install the original VRS dependencies here - is the pip install not the only thing needed? Thanks!