Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
akb89 committed Apr 17, 2019
1 parent aedf298 commit 75e3f9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This is a re-implementation of Word2Vec relying on Tensorflow
[Datasets](https://www.tensorflow.org/guide/datasets_for_estimators)

## Install
### Via pip
```shell
pip3 install tf-word2vec
```
### After a git clone
```shell
python3 setup.py install
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='akb@3azouz.net',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.1.1',
version='0.1.2',
url='https://github.com/akb89/word2vec',
download_url='https://github.com/akb89/word2vec/archive/0.1.0.tar.gz',
license='MIT',
Expand Down

0 comments on commit 75e3f9b

Please sign in to comment.