File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,7 @@ To install,
98
98
There are two distributions of the ` ecli `
99
99
100
100
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 `
106
102
1 . The Windows bundled executable, available via [ Releases] ( https://github.com/berttejeda/bert.ecli/releases ) <br />
107
103
Note that the bundled executable can be slow to initialize.<br />
108
104
This is because python itself is bundled into the ecli binary<br />
@@ -117,7 +113,7 @@ pip3 install \
117
113
--trusted-host=pypi.org \
118
114
--trusted-host=github.com \
119
115
--trusted-host=files.pythonhosted.org \
120
- https://github.com/berttejeda/bert.ecli.git
116
+ bertdotecli
121
117
```
122
118
123
119
The next section will cover Plugins.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def package_files(directory):
34
34
sys .exit ()
35
35
36
36
setup (
37
- name = 'ecli ' ,
37
+ name = 'bertdotecli ' ,
38
38
version = '1.4.4' ,
39
39
packages = find_packages (),
40
40
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments