Remove Redundant Command On Manual Setup Page ()

pull/3645/head
Nic Jones 2025-03-20 13:24:20 -04:00 zatwierdzone przez GitHub
rodzic 333b626591
commit 7d94c0c0f4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 2 usunięć
collections/_developers/en

Wyświetl plik

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