Go to file
Guilhem Lavaux 81c429922e Update git repo 2024-05-06 08:28:04 +03:00
.gitignore Add first draft 2023-03-09 14:21:44 +01:00
Jenkinsfile Update git repo 2024-05-06 08:28:04 +03:00
README.md Add first draft 2023-03-09 14:21:44 +01:00
build_mac.sh Add homebrew path 2023-03-13 22:00:15 +02:00

README.md

README

This is the recipes for generating Conda packages for the BORG framework.

What is this repository for?

  • This generates the packages for borg-main

How do I get set up?

  • Create a conda build environment: conda create -n borg-env python=3.10
  • Activate it: conda activate borg-env
  • Install conda-build: conda install conda-build
  • Run the build: conda-build .

Contribution guidelines

Who do I talk to?