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 ```