diff --git a/deepaas/cmd/cli.py b/deepaas/cmd/cli.py index 7ff9d8bb..e59971eb 100644 --- a/deepaas/cmd/cli.py +++ b/deepaas/cmd/cli.py @@ -33,8 +33,7 @@ from oslo_config import cfg from oslo_log import log -# from deepaas import config -from deepass import config +from deepaas import config from deepaas.model import loading from deepaas.model.v2 import wrapper as v2_wrapper diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index 47258fe9..6af3c82a 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -7,7 +7,7 @@ The recommended way to install the DEEPaaS API is with ``pip``: .. code-block:: console - pip install deepass + pip install deepaas This way you will ensure that the stable version is fetched from pip, rather than development or unstable version