Skip to content

Commit 9f09f71

Browse files
author
Amith Koujalgi
committed
Updated README
1 parent b5d8b12 commit 9f09f71

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An open-source Python tool to provide system stats over a web interface.
44

55
![](https://img.shields.io/badge/Python-3.8%2B-blue.svg)
66

7-
![](https://img.shields.io/badge/sys--stats:_latest_version-0.1.0-green.svg)
7+
![](https://img.shields.io/badge/sys--stats:_latest_version-0.0.12-green.svg)
88

99
Project Website: https://amithkoujalgi.github.io/sys-stats/
1010

README.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ To install the package, use the following pip command:
9494
9595
pip install sys-stats
9696
97+
Note:
98+
99+
On MacOS, it might fail to install if you do not have ``xcode`` set
100+
up. Please set up xcode using the command ``xcode-select --install``
101+
and continue with the installation. Meanwhile, I shall find a way to
102+
by-pass this step.
103+
97104
PyPI project: https://pypi.org/project/sys-stats/
98105

99106
Then run,
@@ -108,10 +115,7 @@ The process starts up with the following logs:
108115
109116
INFO:root:Starting web server on 0.0.0.0:8070
110117
INFO:root:Web UI at: http://0.0.0.0:8070
111-
INFO: Started server process [21730]
112-
INFO: Waiting for application startup.
113-
INFO: Application startup complete.
114-
INFO: Uvicorn running on http://0.0.0.0:8070 (Press CTRL+C to quit)
118+
(8606) wsgi starting up on http://0.0.0.0:8070
115119
116120
Now, access the web interface at http://localhost:8070
117121

@@ -179,7 +183,7 @@ The project is released under the MIT License. For more details, consult
179183
the `License <./LICENSE>`__ file.
180184

181185
.. |image1| image:: https://img.shields.io/badge/Python-3.8%2B-blue.svg
182-
.. |image2| image:: https://img.shields.io/badge/sys--stats:_latest_version-0.1.0-green.svg
186+
.. |image2| image:: https://img.shields.io/badge/sys--stats:_latest_version-0.0.12-green.svg
183187
.. |image3| image:: https://i.imgur.com/pdHLGi6.png
184188
.. |image4| image:: https://i.imgur.com/8424Kt4.png
185189
.. |image5| image:: https://i.imgur.com/VabIFk9.png

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"MAJOR": 0, "MINOR": 1, "MICRO": 0}
1+
{"MAJOR": 0, "MINOR": 0, "MICRO": 12}

0 commit comments

Comments
 (0)