Skip to content

Commit

Permalink
Merge pull request #8 from akb89/develop
Browse files Browse the repository at this point in the history
Added pip install command
  • Loading branch information
akb89 authored Jan 5, 2020
2 parents d148c53 + e60d61f commit 75bfb81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ This is a re-implementation of Word2Vec relying on Tensorflow
Works with python >= 3.6 and Tensorflow v2.0.

## Install
After a git clone:
via pip:
```shell
pip3 install tf-word2vec
```
or, after a git clone:
```shell
python3 setup.py install
```
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
author_email='akb@3azouz.net',
long_description=long_description,
long_description_content_type='text/markdown',
version='1.0.2',
version='1.0.3',
url='https://github.com/akb89/word2vec',
download_url='https://github.com/akb89/word2vec/archive/1.0.2.tar.gz',
download_url='https://github.com/akb89/word2vec/archive/1.0.3.tar.gz',
license='MIT',
keywords=['word2vec', 'word embeddings', 'tensorflow', 'estimators',
'datasets'],
Expand Down

0 comments on commit 75bfb81

Please sign in to comment.