Skip to content

Commit

Permalink
Update the README with the correct package name to install
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmelo authored Jan 17, 2018
1 parent b75bed0 commit d6d1781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down

0 comments on commit d6d1781

Please sign in to comment.