Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd ~
git clone -b develop https://github.com/precision-sustainable-ag/SemiF-AnnotationPipeline.git

The repository and the code is now set up. Note that the “-b develop“ is a temporary measure till the main branch is updated with the stable changes.

Setting up the conda environment

...