minor fixes to README

This commit is contained in:
Robyn Speer 2018-02-28 16:14:29 -05:00
parent cd7bfc4060
commit 72646f16a1

View File

@ -7,7 +7,7 @@ Author: Robyn Speer
## Installation ## Installation
wordfreq requires Python 3 and depends on a few other Python modules wordfreq requires Python 3 and depends on a few other Python modules
(msgpack-python, langcodes, and ftfy). You can install it and its dependencies (msgpack, langcodes, and ftfy). You can install it and its dependencies
in the usual way, either by getting it from pip: in the usual way, either by getting it from pip:
pip3 install wordfreq pip3 install wordfreq
@ -16,7 +16,7 @@ or by getting the repository and running its setup.py:
python3 setup.py install python3 setup.py install
See [Additional CJK installation][#additional-cjk-installation] for extra See [Additional CJK installation](#additional-cjk-installation) for extra
steps that are necessary to get Chinese, Japanese, and Korean word frequencies. steps that are necessary to get Chinese, Japanese, and Korean word frequencies.