Skip to content

Commit

Permalink
install: upgade pre-release isntructions for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed May 6, 2020
1 parent 87906e2 commit a3a7089
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions content/docs/install/pre-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ releases, you can install it from our code repository GitHub.
> (on Python 3.6+) to encapsulate your local environment.
```dvc
$ pip install gitpython
$ pip install git+https://github.com/iterative/dvc
$ pip install --upgrade --pre dvc
```

> `gitpython` allows the installation process to generate a DVC version using
> the current Git commit hash. This lets us to distinguish official DVC releases
> (e.g. `0.64.3`) from a development version (e.g. `0.64.3-9c7381`). For more
> information on our versioning convention, refer to
> [Components of DVC version](/doc/command-reference/version#components-of-dvc-version).
To install a development version for contributing to the project, please refer
to
[Development environment](/doc/user-guide/contributing/core#development-environment).

0 comments on commit a3a7089

Please sign in to comment.