# summer_camp **Repository Path**: netwchao/summer_camp ## Basic Information - **Project Name**: summer_camp - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-21 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### create a dedicated environment for the course called cumc_statgen and install the packages as follows: ~~~ curl -O https://raw.githubusercontent.com/cumc/handson-tutorials/main/setup/docker/r_libs.yml && conda env create -n cumc_statgen -f r_libs.yml && rm -f r_libs.yml curl -O https://raw.githubusercontent.com/cumc/handson-tutorials/main/setup/docker/python_libs.yml && conda env update -n cumc_statgen -f python_libs.yml && rm -f python_libs.yml ## additional executables curl -fsSL https://gitee.com/netwchao/summer_camp/raw/master/additional_executables.sh | bash ~~~ ### Then activate the environment using ~~~ conda activate cumc_statgen ~~~