From 9cfe8c6268ecc4b28e6628c6b84a8af6d2a772e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cskzhang1=E2=80=9D?= <“shaokunzhang529@gmail.com”> Date: Sun, 27 Aug 2023 21:32:15 -0400 Subject: [PATCH] update readme --- website/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/README.md b/website/README.md index a931c9024..821b6d4f8 100644 --- a/website/README.md +++ b/website/README.md @@ -14,7 +14,6 @@ npm install --global yarn ## Installation ```console -pip install pydoc-markdown cd website yarn install ``` @@ -24,7 +23,6 @@ yarn install Navigate to the website folder and run: ```console -pydoc-markdown yarn start ```