Contributing

Contributions to Nexus-CAT are welcome! Here’s how you can contribute:

  1. Report Bugs: Submit bug reports through the GitHub Issues page.

  2. Request Features: Suggest new features or ideas.

  3. Submit Pull Requests: Fork the repository, make your changes, and submit a pull request.

Development Setup

  1. Clone the repository:

    git clone git@github.com:jperradin/nexus.git  
    
  2. Install the package using the setup.py file:

    cd nexus
    pip install -e .
    

Thank you for contributing!