diff --git a/docs/source/conf.py b/docs/source/conf.py index 0a21475..4e9e583 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ import os import sys sys.path.insert(0, os.path.abspath('../..')) -autodoc_mock_imports = ["soundfile", "librosa", "paddle"] +autodoc_mock_imports = ["soundfile", "librosa"] # -- Project information ----------------------------------------------------- diff --git a/docs/source/install.rst b/docs/source/install.rst index 3758ef7..b9647d6 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -59,12 +59,12 @@ are listed below. For any problem with installtion of soundfile, please refer to `SoundFile `_. -Insrall Parakeet +Install Parakeet ------------------ There are two ways to install parakeet according to the purpose of using it. -#. If you want to run experiments provided by parakeet or add new models and +1. If you want to run experiments provided by parakeet or add new models and experiments, it is recommended to clone the project from github (`Parakeet `_), and install it in editable mode.