Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
principle105 committed Sep 8, 2022
1 parent dee0a31 commit 39f76ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .env.example

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
storage/*
!storage/.gitkeep
.env
__pycache__/
.DS_Store
.venv
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ pip install thomasthechatbot

```py
from ttc import Chatbot, Context
from ttc.utils import download_nltk_data

# Only needs to be run once
download_nltk_data()

ctx = Context()

Expand Down

0 comments on commit 39f76ab

Please sign in to comment.