Install

Requirements

  • See the requirements.

  • Create a conda venv

    conda create --name <env> --file requirements.txt
    
  • Or legacy venv:

    python -m venv <path-to-env>
    pip install -r requirements.txt
    

Using pip

pip install treefiles
# or python3 -m pip install --user treefiles

From sources

git clone https://github.com/GaetanDesrues/TreeFiles.git
pip install -e treefiles