summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-05-12 09:52:17 +0200
committernicolargo <nicolashennion@gmail.com>2024-05-12 09:52:17 +0200
commite9abf1c9af0030a62938d62535c6b90dffe93fc2 (patch)
tree152b72bc6bfe1347953beaa10686b5be5bfce118 /README.rst
parent364a3ef88496f91a0e71c83b1a8fa50af2cf5b5b (diff)
parentee826a1e678c63ca509326ca2dbdc72af7d88151 (diff)
ORJson is not mandatory
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 97778e0c..be8550ae 100644
--- a/README.rst
+++ b/README.rst
@@ -110,7 +110,6 @@ Optional dependencies:
- ``jinja2`` (for templating, used under the hood by FastAPI)
- ``kafka-python`` (for the Kafka export module)
- ``netifaces`` (for the IP plugin)
-- ``orjson`` (fast JSON library, used under the hood by FastAPI)
- ``nvidia-ml-py`` (for the GPU plugin)
- ``pycouchdb`` (for the CouchDB export module)
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
@@ -224,6 +223,8 @@ Run last version of Glances container in *console mode*:
By default, the /etc/glances/glances.conf file is used (based on docker-compose/glances.conf).
+By default, the /etc/glances/glances.conf file is used (based on docker-compose/glances.conf).
+
Additionally, if you want to use your own glances.conf file, you can
create your own Dockerfile:
@@ -325,7 +326,7 @@ Start Termux on your device and enter:
$ apt update
$ apt upgrade
$ apt install clang python
- $ pip install fastapi uvicorn orjson jinja2
+ $ pip install fastapi uvicorn jinja2
$ pip install glances
And start Glances: