-
Notifications
You must be signed in to change notification settings - Fork 404
misc. regular updates #1787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
misc. regular updates #1787
Changes from all commits
74e6fa4
97c1b72
b9d45e2
bce7a26
c48a722
13e41ed
f40a2a8
1ae821b
eaa22b9
50bbe05
6f596be
e7fb8ea
d2a02ae
a37c9f7
e1adc1f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ usage: dvc version [-h] [-q | -v] | |
|
||
| Line | Detail | | ||
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [`DVC version`](#components-of-dvc-version) | Version of DVC (along with a Git commit hash in case of a development version) | | ||
| [`DVC version`](#components-of-dvc-version) | Version of DVC (along with a Git commit hash if running a development version) | | ||
shcheklein marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| `Python version` | Version of Python used in the environment where DVC is initialized | | ||
| `Platform` | Information about the operating system of the machine | | ||
| [`Binary`](#what-we-mean-by-binary) | Shows whether DVC was installed from a package or from a binary release | | ||
|
@@ -44,6 +44,8 @@ The detail of DVC version depends upon the way of installing DVC. | |
[in our core repo](https://github.com/iterative/dvc/blob/master/dvc/version.py). | ||
For example `0.40.2`. | ||
|
||
> 💡 To only get this number, use `dvc -V`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No need to make it a note? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think its appropriate, because it's not about
|
||
|
||
- **Development version**: `pip install git+git://github.com/iterative/dvc` will | ||
install DVC using the `master` branch of DVC's repository. Another way of | ||
setting up the development version is to clone the repository and run | ||
|
Uh oh!
There was an error while loading. Please reload this page.