Installation
-
Start by cloning the repository to your local machine:
git clone https://github.com/mxcube/video-streamer.git cd video-streamer -
Optionally, you can create and activate a conda environment like this:
conda env create -f conda-environment.yml conda activate video-streamerIf you skip this part, please make sure to have all necessary packages from
conda-environment.ymlinstalled. -
Install all dependencies necessary for the code to run; either with pip:
# for development pip install -e . #for usage pip install .or poetry:
poetry install