Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 899 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 899 Bytes

BasicTDA

I'm glad to share my environment for Topological Data Analysis tools. This is just easy stable install common TDA packages such as teaspoon, ripser, persim, tadasets, giotto-tda, gudhi, dionysus, velour, bats-tda for Ubuntu version 22.04 with python 3.9 version.

Do not forget change ... with your user name

  • To copy file to local on Downloads, open the terminal and type

    • curl "https://raw.githubusercontent.com/ismailguzel/BasicTDA/main/BasicTDA.yml" --output /home/.../Downloads/BasicTDA.yml
  • Create new environment with this command

    • conda env create --prefix /home/.../anaconda3/envs/BasicTDA --file /home/.../Downloads/BasicTDA.yml --force
  • Then just activate environment with typing

    • conda activate BasicTDA

To more information environments, visit this page