Skip to content

Package Skeleton

Massimiliano Galli requested to merge magalli/HiggsDNA:structure into master

The structure of the package is set.

  • environment.yml contains the dependencies and can be used to create a conda environment
  • setup.py is what is needed to install the package
  • higgs_dna/ contains the package itself (only init.py has been added here)
  • scripts/ contains the executables that will be installed in (...)/bin

A basic .gitignore for Python packages is also added and the README updated with installation instructions.

Merge request reports