Skip to content
Snippets Groups Projects
  1. Apr 06, 2023
  2. Sep 28, 2022
  3. Jan 31, 2022
  4. Oct 11, 2021
  5. Apr 21, 2021
  6. Mar 19, 2021
    • Massimiliano Galli's avatar
      Package Skeleton · 7f12d97c
      Massimiliano Galli authored
      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.
      7f12d97c
  7. Mar 18, 2021
Loading