File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,11 +98,7 @@ To install,
9898There are two distributions of the ` ecli `
9999
1001001 . 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 `
1061021 . 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
123119The next section will cover Plugins.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def package_files(directory):
3434 sys .exit ()
3535
3636setup (
37- name = 'ecli ' ,
37+ name = 'bertdotecli ' ,
3838 version = '1.4.4' ,
3939 packages = find_packages (),
4040 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments