diff --git a/README.md b/README.md index 7815d3b..9d9809f 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,17 @@ * Setup the environment Install from conda file ``` - conda env create --name lion_env --file=env.yaml - conda activate lion_env + mamba env create -f environment.yml + # mamba env update -f environment.yml + conda activate LION - # Install some other packages + # Install some other packages (use proxy) pip install git+https://github.com/openai/CLIP.git # build some packages first (optional) + export CUDA_HOME=/usr/local/cud # just in case rosetta cucks you + module load gcc/11.2.0 + module load mpfr/4.0.2 python build_pkg.py ``` Tested with conda version 22.9.0