Environment setup
Procedures for setting up the python environment, installing dependencies, and verifying installations.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill environment-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.6 KB, 116 tokens by cl100k_base, as published. Nobody here has run it
Environment Setup
- Check Requirements: Verify
environment.ymlfor required packages. - Setup Virtual Environment: If not provided, create a conda or virtualenv.
- Install Dependencies:
pip install -r requirements.txtorconda env update. - Log State: Capture environment details with
python -VVandpip freeze.
Verification
- Ensure
importstatements in project scripts are valid. - Run project-provided tests (e.g.,
unit_test_1.py) to confirm functional parity.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.