From 0387db3b55e0ee7f2be4622b3e5c09655de7e80b Mon Sep 17 00:00:00 2001 From: blackcoffeexbt <87530449+blackcoffeexbt@users.noreply.github.com> Date: Wed, 31 Jul 2024 08:40:17 +0100 Subject: [PATCH] Update installation.md (#2615) mkdir data no longer needed for standard installation --- docs/guide/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index a4279eb42..909e864d4 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -44,7 +44,6 @@ git checkout main poetry env use python3.9 poetry install --only main -mkdir data cp .env.example .env # set funding source amongst other options nano .env