diff --git a/README.rst b/README.rst index 54a9e97..91186c8 100644 --- a/README.rst +++ b/README.rst @@ -124,13 +124,13 @@ Installation .. code:: bash - pip install lazy_module + pip install lazy_import Or, to include dependencies needed to run regression tests: .. code:: bash - pip install lazy_module[test] + pip install lazy_import[test] Tests -----