python-rst2ansi icon indicating copy to clipboard operation
python-rst2ansi copied to clipboard

How to run this after installing it as a CLI command?

Open Darker opened this issue 3 years ago • 1 comments

Sorry for a noob question, but I installed this utility like this:

pip3.7 install rst2ansi

And now I am not quite sure how to make it easy to run it from the terminal. Is there a wrapper in the package that I can invoke with a one liner command?

Darker avatar Oct 14 '22 13:10 Darker

If you want to run it, you can just do so with rst2ansi <filename>. If that does not work, make sure that your PATH variable is correctly set to pick up the binaries that pip installs.

Snaipe avatar Oct 14 '22 13:10 Snaipe