From cac41de4f078d00105002dcdd6ce2c511285e4d6 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 17 Aug 2020 15:21:31 -0700 Subject: [PATCH] Mention lxml requirement in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f031ef063b..5e9d5e3fba 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ The [XRP Ledger Dev Portal](https://xrpl.org) is the authoritative source for XR To build the site locally: -1. Install [**Dactyl**](https://github.com/ripple/dactyl): +1. Install [**Dactyl**](https://github.com/ripple/dactyl) and `lxml`: - sudo pip3 install dactyl + sudo pip3 install dactyl lxml 2. Clone the repo and change into its directory: