File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -47,30 +47,16 @@ This installs the `.pth` file that enables automatic loading when Python starts.
47472 . Changes are immediately available (no reinstallation needed)
48483 . 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
You can’t perform that action at this time.
0 commit comments