facebookresearch / pyvrs

Python interface for https//github.com/facebookresearch/vrs.

Home Page:https://pyvrs.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrepency between vrs/pyvrs install, pip install does not work for vrs CLI

juliawilkins opened this issue · comments

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!