Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 574 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 574 Bytes

Contributing to Streamz

Streamz Conda Environment

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.

Creating Conda Development Environment

Creating the streamz conda environment can be achieved by simply running conda env create -f ./conda/environments/streamz_dev.yml

Using Conda Environment

The streamz conda environment can be activated by running conda activate streamz_dev