From 15eed24abbb9048dedef5768db288ecedd0594fa Mon Sep 17 00:00:00 2001 From: 17ms Date: Mon, 15 Jul 2024 20:27:24 +0300 Subject: [PATCH] docs: remove now obsolete guidance --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b795e78..f38650b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ A list of the possible environment variables and their purpose: ## Development -Most critically `MODE=development` should be specified, as it sets the logging level from `INFO` to `DEBUG`. Low `EXPORT_INTERVAL` should be used for testing the export functionality (obviously). - ```shell mkvirtualenv chainmapper # OR 'workon chainmapper' pip3 install -r requirements.txt