Skip to content

Commit

Permalink
Updates johnsnowlabs installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose J. Martinez committed Feb 17, 2023
1 parent a065c3b commit 7dedea3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/en/licensed_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ If you are a user of Financial NLP, you will get that installed. If you are a Le
We still have the way of downloading manually the license, in case the connection with `my.johnsnowlabs.com` is not an option for you.
Just put your license json in the same folder of the notebook, and run:

```nlp.install()```
```
nlp.install()
```

In colab, you can use this fancy widget to upload a file to your environment:
In collab, you can use the upload widget like this:

```
from google.colab import files
Expand Down

0 comments on commit 7dedea3

Please sign in to comment.