Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 77b432f

Browse files
authored
Update README.md (#4309)
1 parent 720ad43 commit 77b432f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,17 @@ Installing the library and dependencies is simple using `pip`.
104104
```bash
105105
pip install allennlp
106106
```
107+
107108
*Looking for bleeding edge features? You can install nightly releases directly from [pypi](https://pypi.org/project/allennlp/#history)*
108-
That's it! You're now ready to build and train AllenNLP models.
109-
AllenNLP installs a script when you install the python package, meaning you can run allennlp commands just by typing `allennlp` into a terminal.
110109

111-
You can now test your installation with `allennlp test-install`.
110+
AllenNLP installs a script when you install the python package, so you can run allennlp commands just by typing `allennlp` into a terminal. For example, you can now test your installation with `allennlp test-install`.
111+
112+
You may also want to install `allennlp-models`, which contains the NLP constructs to train and run our officially
113+
supported models, many of which are hosted at http://demo.allennlp.org.
114+
115+
```bash
116+
pip install allennlp-models
117+
```
112118

113119
### Installing using Docker
114120

@@ -146,6 +152,7 @@ This will make `allennlp` available on your system but it will use the sources f
146152
you made of the source repository.
147153

148154
You can test your installation with `allennlp test-install`.
155+
See https://github.com/allenai/allennlp-models for instructions on installing `allennlp-models` from source.
149156

150157
## Running AllenNLP
151158

0 commit comments

Comments
 (0)