Skip to content

Setup

Requirements

  • Python 3.7+
  • treelib 1.7.1+
  • blessed (optional)

Treelib Version

Do not use treelib 1.7.0 or you will encounter errors when trees are displayed.

Installation

$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip3 install treelib blessed
(.venv) $ git clone https://github.com/PrincetonUniversity/myshare
(.venv) $ python3 myshare.py