Skip to content

Commit

Permalink
Updated installation example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejeda, Engelbert committed May 31, 2022
1 parent bdeca60 commit 905b9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,7 @@ To install,
There are two distributions of the `ecli`

1. python package: Installed via
`pip3 install https://github.com/berttejeda/bert.ecli.git`<br />
Note: To install a specific version of the tool,
suffix the git URL in above command<br />
with @{ tag name }, as with:
https://github.com/berttejeda/bert.ecli.git@1.4.4
`pip3 install bertdotecli`
1. The Windows bundled executable, available via [Releases](https://github.com/berttejeda/bert.ecli/releases)<br />
Note that the bundled executable can be slow to initialize.<br />
This is because python itself is bundled into the ecli binary<br />
Expand All @@ -117,7 +113,7 @@ pip3 install \
--trusted-host=pypi.org \
--trusted-host=github.com \
--trusted-host=files.pythonhosted.org \
https://github.com/berttejeda/bert.ecli.git
bertdotecli
```

The next section will cover Plugins.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def package_files(directory):
sys.exit()

setup(
name='ecli',
name='bertdotecli',
version='1.4.4',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 905b9d4

Please sign in to comment.