Skip to content

Commit a06d6c8

Browse files
committed
Added some basic commands for pip / conda to manage ksql-python package
1 parent 34fd74d commit a06d6c8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

live-demo___python-jupyter-apache-kafka-ksql-tensorflow-keras.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,28 @@ jupyter notebook
2727
----
2828

2929
Follow the steps in the notebook to run the demo.
30+
31+
32+
== Jupyter / pip / conda commands
33+
34+
Some common commands for Jupyter, pip, conda to manage packages like ksql-python:
35+
36+
[source,bash]
37+
----
38+
39+
pip info
40+
41+
pip install ksql
42+
43+
conda info
44+
45+
source activate ksql-python
46+
47+
conda install tensorflow
48+
49+
conda remove -n ksql-server scipy
50+
----
51+
52+
53+
54+

0 commit comments

Comments
 (0)