8000 update README to include new installer · drinkingjava/python-versioneer@099c14d · GitHub
[go: up one dir, main page]

Skip to content

Commit 099c14d

Browse files
committed
update README to include new installer
1 parent 9c47ddc commit 099c14d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ system, and maybe making new tarballs.
1818

1919
## Quick Install
2020

21-
* download https://github.com/warner/python-versioneer/raw/master/versioneer.py
22-
* copy `versioneer.py` into the top of your source tree
21+
* `pip install versioneer` somewhere to your $PATH
22+
* run `versioneerer` in your source tree: installs `versioneer.py`
2323
* follow the instructions below
2424

2525
## Version Identifiers

versioneer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
2323
## Quick Install
2424
25-
* download https://github.com/warner/python-versioneer/raw/master/versioneer.py
26-
* copy `versioneer.py` into the top of your source tree
25+
* `pip install versioneer` somewhere to your $PATH
26+
* run `versioneerer` in your source tree: installs `versioneer.py`
2727
* follow the instructions below
2828
2929
## Version Identifiers

0 commit comments

Comments
 (0)
0