MOSS icon indicating copy to clipboard operation
MOSS copied to clipboard

Add conda environment recipe and update installation instructions

Open XuehaiPan opened this issue 2 years ago • 0 comments

This PR adds a reproducible conda environment that works on both Linux/Windows.

conda env create --file conda-recipe.yaml  # or `mamba env create --file conda-recipe.yaml`
conda activate moss

python3 moss_cli_demo.py

XuehaiPan avatar Apr 26 '23 11:04 XuehaiPan