Skip to content

Commit 905b9d4

Browse files
author
Tejeda, Engelbert
committed
Updated installation example
1 parent bdeca60 commit 905b9d4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ To install,
9898
There are two distributions of the `ecli`
9999

100100
1. python package: Installed via
101-
`pip3 install https://github.com/berttejeda/bert.ecli.git`<br />
102-
Note: To install a specific version of the tool,
103-
suffix the git URL in above command<br />
104-
with @{ tag name }, as with:
105-
https://github.com/berttejeda/[email protected]
101+
`pip3 install bertdotecli`
106102
1. The Windows bundled executable, available via [Releases](https://github.com/berttejeda/bert.ecli/releases)<br />
107103
Note that the bundled executable can be slow to initialize.<br />
108104
This is because python itself is bundled into the ecli binary<br />
@@ -117,7 +113,7 @@ pip3 install \
117113
--trusted-host=pypi.org \
118114
--trusted-host=github.com \
119115
--trusted-host=files.pythonhosted.org \
120-
https://github.com/berttejeda/bert.ecli.git
116+
bertdotecli
121117
```
122118

123119
The next section will cover Plugins.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def package_files(directory):
3434
sys.exit()
3535

3636
setup(
37-
name='ecli',
37+
name='bertdotecli',
3838
version='1.4.4',
3939
packages=find_packages(),
4040
include_package_data=True,

0 commit comments

Comments
 (0)