Update README.md

This commit is contained in:
Deborah 2024-04-25 13:58:30 +01:00 committed by GitHub
parent f683d5f27e
commit 5978e42b6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,8 @@ This repository hosts the documentation for [n8n](https://n8n.io/), an extendabl
```bash
git clone --recurse-submodules git@github.com:n8n-io/n8n-docs.git
cd n8n-docs
# Set up virtual environment if using one (steps depend on your system)
# Install dependencies
pip install -r requirements.txt
pip install _submodules/insiders
```