Skip to content

JuliaTDA/tda-fly

Repository files navigation

Butterfly wings analysis

How to run the code:

  • Install juliaup
  • Install Julia 1.10 LTS via juliaup
  • Clone this repository
  • Open it on VSCode with the Julia extension installed
  • Run ] activate . on the Julia console. You'll see the REPL change to (TDAfly) pkg>
  • Run ] precompile on the Julia console. It'll install all dependencies
  • Try some code! For example, "using/preprocessing.jl" has some useful functions

How to edit the article: