Skip to content

Commit 86edd22

Browse files
fix dev readme
1 parent 1d6788b commit 86edd22

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,16 @@ This installs the `.pth` file that enables automatic loading when Python starts.
4747
2. Changes are immediately available (no reinstallation needed)
4848
3. Test your changes by running examples or your own code
4949

50-
### Running Examples
51-
52-
```bash
53-
# Run a kafka-python example
54-
python examples/kafkapy/apache.py
55-
56-
# Run an aiokafka example
57-
python examples/aiokafka/apache.py
58-
59-
# Run a confluent-kafka example
60-
python examples/confluent_kafka/apache.py
61-
```
6250

6351
## Uninstallation
6452

6553
### Step 1: Remove the .pth File (if installed)
6654

6755
```bash
6856
# Find and remove the .pth file
69-
find /path/to/your/venv/lib/python*/site-packages -name "superclient-init.pth" -delete
57+
find venv/lib/python*/site-packages -name "superclient-init.pth" -delete
7058
```
7159

72-
Or manually remove it from your site-packages directory.
73-
7460
### Step 2: Uninstall the Package
7561

7662
```bash

0 commit comments

Comments
 (0)