forked from COVESA/vehicle_signal_specification
-
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.
Signed-off-by: Erik Jaegervall <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -11,25 +11,25 @@ | |
# ************ MASTER *************'' | ||
# For master (ongoing development) we typically rely on latest master of vss-tools | ||
# | ||
# pip install git+https://github.com/COVESA/vss-tools@master | ||
pip install --upgrade git+https://github.com/COVESA/vss-tools@master | ||
|
||
# Examples for other scenarios below | ||
# | ||
# ************ MAINTENANCE ********** | ||
# For development in maintenance branches we could either refer to a fixed version of vss-tools | ||
# or refer to a maintenance branch of vss-tools | ||
# pip install git+https://github.com/COVESA/[email protected] | ||
# pip install --upgrade git+https://github.com/COVESA/[email protected] | ||
# | ||
# | ||
# ************* RELEASE CANDIDATES AND OTHER PRE-RELEASES *************** | ||
# For VSS release candidates we want to link to specified released VSS-tools version. | ||
# Either a released version or a pre-release, referenced with "--pre" | ||
# See https://pypi.org/project/vss-tools/ | ||
# | ||
# pip install --pre vss-tools==5.0rc0 | ||
# pip install --upgrade --pre vss-tools==5.0rc0 | ||
# | ||
# | ||
# *********************** RELEASES *************************** | ||
# For releases we should link to specific released pypi version. | ||
# | ||
pip install vss-tools==5.0 | ||
# pip install --upgrade vss-tools==5.0 |
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