-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tejeda, Engelbert
committed
May 31, 2022
1 parent
bdeca60
commit 905b9d4
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
`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 /> | ||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters