mirror of
https://github.com/0xMax42/pydepp.git
synced 2025-08-06 02:20:21 +02:00
Remove Debian package installation instructions from README
This commit is contained in:
16
README.md
16
README.md
@@ -33,22 +33,6 @@ PyDEPP is a Python library that provides a high-level, object-oriented interface
|
|||||||
pip install .
|
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
|
## Usage
|
||||||
|
|
||||||
### Basic Example
|
### Basic Example
|
||||||
|
Reference in New Issue
Block a user