docs: remove now obsolete guidance

This commit is contained in:
17ms 2024-07-15 20:27:24 +03:00
parent 3c6a54aeee
commit 15eed24abb
Signed by untrusted user who does not match committer: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -14,8 +14,6 @@ A list of the possible environment variables and their purpose:
## Development ## 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 ```shell
mkvirtualenv chainmapper # OR 'workon chainmapper' mkvirtualenv chainmapper # OR 'workon chainmapper'
pip3 install -r requirements.txt pip3 install -r requirements.txt