Remove Debian package installation instructions from README

This commit is contained in:
2025-04-24 11:07:37 +02:00
parent 4ec0979abf
commit e8d38e6313

View File

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