- Python >=3.8
- conda
- anaconda-project
anaconda-project prepare --env-spec default
These commands are used during development for solution management.
Command | Environment | Description |
---|---|---|
bash | Default | Run bash within the default environment |
clean | Default | Cleanup temporary project files |
lint | Default | Perform code linting check |
lint:fix | Default | Perform automated code formatting |
test | Default | Run all test suites |
test:unit | Default | Unit Test Suite |
test:integration | Default | Integration Test Suite |
- Fork the repository on GitHub
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using GitHub