From fe7add7daf48e86f637d958c62377453d2623982 Mon Sep 17 00:00:00 2001 From: clericpy Date: Tue, 13 Oct 2020 22:26:57 +0800 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c2be11b..5240615 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ So you may need a more stable process pool with **ChromeEngine(HTTP usage & norm ## ChromeEngine HTTP usage ### Server + +> pip install -U ichrome[web] + ```python import uvicorn from fastapi import FastAPI