Skip to content

Commit

Permalink
replaced pip chatterbot to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoneGK committed Mar 26, 2023
1 parent c3d1dbc commit 9053efb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ known conversations. The language independent design of ChatterBot allows it
to be trained to speak any language.

[![Package Version](https://img.shields.io/pypi/v/chatterbot.svg)](https://pypi.python.org/pypi/chatterbot/)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Django 2.0](https://img.shields.io/badge/Django-2.0-blue.svg)](https://docs.djangoproject.com/en/2.1/releases/2.0/)
[![Requirements Status](https://requires.io/github/gunthercox/ChatterBot/requirements.svg?branch=master)](https://requires.io/github/gunthercox/ChatterBot/requirements/?branch=master)
[![Build Status](https://travis-ci.org/gunthercox/ChatterBot.svg?branch=master)](https://travis-ci.org/gunthercox/ChatterBot)
Expand All @@ -30,10 +30,10 @@ An untrained instance of ChatterBot starts off with no knowledge of how to commu

## Installation

This package can be installed from [PyPi](https://pypi.python.org/pypi/ChatterBot) by running:
This package can be installed from [Github](https://github.com/ShoneGK/ChatterPy) by running:

```sh
pip install chatterbot
pip install git+https://github.com/ShoneGK/ChatterPy
```

Chatterbot also requires corpus of text to use as training data.
Expand Down
5 changes: 2 additions & 3 deletions docs/_static/training-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9053efb

Please sign in to comment.