Skip to content

Commit bdb6261

Browse files
committed
Update README and CHANGELOG
1 parent d5458b6 commit bdb6261

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Changelog for `gpustat`
77

88
[milestone-0.6]: https://github.com/wookayin/gpustat/issues?q=milestone%3A0.6
99

10-
- [Feature] Align query datetime in the header with respect to `--gpuname-width` parameter.
1110
- [Feature] Add a flag for fan speed (`-F`, `--show-fan`) (#62, #63), contributed by @bethune-bryant
11+
- [Enhancement] Align query datetime in the header with respect to `--gpuname-width` parameter.
1212
- [Enhancement] Alias `gpustat --watch` to `-i`/`--interval` option.
1313
- [Enhancement] Display NVIDIA driver version in the header (#53)
1414
- [Bugfix] Minor fixes on debug mode

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,29 @@ Install from [PyPI][pypi_gpustat]:
5555
pip install gpustat
5656
```
5757

58+
If you don't have root privilege, please try to install on user namespace: `pip install --user gpustat`.
59+
5860
To install the latest version (master branch) via pip:
5961

6062
```
6163
pip install git+https://github.com/wookayin/gpustat.git@master
6264
```
6365

64-
If you don't have root privilege, please try to install on user namespace: `pip install --user`.
65-
Note that from v0.4, `gpustat.py` is no more a zero-dependency executable.
66-
However, in rare cases you'll need a single executable script (legacy), you can also try:
66+
Note that starting from v1.0, gpustat will support [only Python 3.5+](gh-issue-66).
67+
For older versions (python 2.7, <3.4), you can continue using gpustat v0.x.
6768

68-
```
69-
wget https://raw.githubusercontent.com/wookayin/gpustat/v0.3.2/gpustat.py -O ~/.local/bin/gpustat
70-
chmod +x ~/.local/bin/gpustat # Assuming ~/.local/bin is in your $PATH
71-
```
7269

7370
[pypi_gpustat]: https://pypi.python.org/pypi/gpustat
7471
[gh-issue-10]: https://github.com/wookayin/gpustat/issues/10
7572
[gh-issue-41]: https://github.com/wookayin/gpustat/issues/41
7673
[gh-issue-54]: https://github.com/wookayin/gpustat/issues/54
74+
[gh-issue-66]: https://github.com/wookayin/gpustat/issues/66
75+
76+
77+
Changelog
78+
---------
79+
80+
See [CHANGELOG.md](CHANGELOG.md)
7781

7882

7983
License

0 commit comments

Comments
 (0)