From 7d94c0c0f417eb1e3798376852163e7af12df710 Mon Sep 17 00:00:00 2001 From: Nic Jones Date: Thu, 20 Mar 2025 13:24:20 -0400 Subject: [PATCH] Remove Redundant Command On Manual Setup Page (#3593) --- collections/_developers/en/002-002-manual-setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collections/_developers/en/002-002-manual-setup.md b/collections/_developers/en/002-002-manual-setup.md index 4eacc0889..9b0a990b8 100644 --- a/collections/_developers/en/002-002-manual-setup.md +++ b/collections/_developers/en/002-002-manual-setup.md @@ -1,7 +1,7 @@ --- title: "Manual Setup for Linux and macOS" permalink: /developers/inkstitch/manual-setup/ -last_modified_at: 2024-10-20 +last_modified_at: 2025-03-20 toc: true after_footer_scripts: - /assets/js/copy_code.js @@ -25,7 +25,6 @@ A few python more modules are needed. In some cases this extension uses features that aren’t available in the versions of the modules pre-packaged in distributions, so we recommend installing them directly with pip. ``` -cd inkstitch python -m pip install -r inkstitch/requirements.txt ```