You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the convenience of the community streamz offers an environment file for contributors to create conda environments. A few basic quick start commands for creating a using a streamz conda environment are found below.
5
+
6
+
### Creating Conda Development Environment
7
+
Creating the streamz conda environment can be achieved by simply running ```conda env create -f ./conda/environments/streamz_dev.yml```
8
+
9
+
### Using Conda Environment
10
+
The streamz conda environment can be activated by running ```conda activate streamz_dev```
0 commit comments