@@ -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+
97104PyPI project: https://pypi.org/project/sys-stats/
98105
99106Then 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
179183the `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
0 commit comments