mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
documentation updates
This commit is contained in:
parent
981fab53aa
commit
f893435b75
@ -11,9 +11,11 @@ in the usual way, either by getting it from pip:
|
|||||||
|
|
||||||
pip3 install wordfreq
|
pip3 install wordfreq
|
||||||
|
|
||||||
or by getting the repository and running its setup.py:
|
or by getting the repository and installing it using [poetry][]:
|
||||||
|
|
||||||
python3 setup.py install
|
poetry install
|
||||||
|
|
||||||
|
[poetry]: https://python-poetry.org/
|
||||||
|
|
||||||
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.
|
||||||
|
2
setup.py
2
setup.py
@ -44,7 +44,7 @@ setup(
|
|||||||
long_description=README_contents,
|
long_description=README_contents,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
packages=['wordfreq'],
|
packages=['wordfreq'],
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.7',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=dependencies,
|
install_requires=dependencies,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user