We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04981c8 + 03e308e commit 6aff2beCopy full SHA for 6aff2be
README.md
@@ -83,7 +83,7 @@ pip install rvc3python[pytorch]
83
```
84
or
85
```shell
86
-conda install rvc3python[pytorch]
+conda install rvc3python
87
88
## Using the Toolboxes
89
@@ -214,7 +214,7 @@ fit.
214
215
IPython is very forgiving when it comes to cutting and pasting in blocks of Python
216
code. It will strip off the `>>>` prompt character and ignore indentation. The normal
217
-python REPL is not so forgiving. IPython also allows maintains a command history and
+python REPL is not so forgiving. IPython also maintains a command history and
218
allows command editing.
219
### Simple scripting
220
You can write very simple scripts, for example `test.py` is
0 commit comments