Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed May 18, 2023
1 parent 251ed18 commit 6b4fa6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Easy to use and fast Brown Clustering in python.

### Requirements and Installation

The project is based on Python 3.6+, because method signatures and type hints are beautiful.
If you do not have Python 3.6, install it first. [Here is how for Ubuntu 16.04](https://vsupalov.com/developing-with-python3-6-on-ubuntu-16-04/).
The project is based on Python 3.7+, because method signatures and type hints are beautiful.
If you do not have Python 3.7, install it first. [Here is how for Ubuntu 16.04](https://vsupalov.com/developing-with-python3-6-on-ubuntu-16-04/).
Then, in your favorite virtual environment, simply do:

```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name="brown_clustering",
packages=find_packages(include=("brown_clustering",)),
version="0.1.5",
version="0.1.6",
description="Fast Brown Clustering",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6b4fa6e

Please sign in to comment.