Skip to content

Commit

Permalink
Missing package name in NLP quickstart (#2563)
Browse files Browse the repository at this point in the history
* Missing package name in NLP quickstart

* Fixed in both NLP quickstarts
  • Loading branch information
hjain5164 committed May 28, 2023
1 parent 7c031aa commit bc74006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -33,7 +33,7 @@
.. code:: python
import sys
!{sys.executable} -m pip install [nlp-properties] -U --quiet #--user
!{sys.executable} -m pip install deepchecks[nlp-properties] -U --quiet #--user
Setting Up
==========
Expand Down
Expand Up @@ -37,7 +37,7 @@
.. code:: python
import sys
!{sys.executable} -m pip install [nlp-properties] -U --quiet #--user
!{sys.executable} -m pip install deepchecks[nlp-properties] -U --quiet #--user
Setting Up
==========
Expand Down

0 comments on commit bc74006

Please sign in to comment.