Fix typo in first install command.
#1
by
yoderj
- opened
Remove '
from pip install nemo_toolkit[all]
as it caused the command to fail.
Gorgarik
changed pull request status to
merged
For me works in both ways
My testing was on Windows in a CMD prompt with Python 3.10 and the pip that comes with it. In a linux prompt, the '' would automatically disappear, but on a Windows CMD prompt, they stay.
Thanks for accepting my edit!