From e8d38e63134a8af0331f7114e0e41a77804d3591 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 24 Apr 2025 11:07:37 +0200 Subject: [PATCH] Remove Debian package installation instructions from README --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index a2d18e0..2daf87e 100644 --- a/README.md +++ b/README.md @@ -33,22 +33,6 @@ PyDEPP is a Python library that provides a high-level, object-oriented interface pip install . ``` -### Debian Package - -You can also build and install the Debian package: - -1. Build the package: - - ```bash - dpkg-buildpackage -us -uc - ``` - -2. Install the package: - - ```bash - sudo dpkg -i ../pydepp_0.1.1_all.deb - ``` - ## Usage ### Basic Example