Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 257 Bytes

installation.rst

File metadata and controls

12 lines (7 loc) · 257 Bytes

Installation

To install the anytree module run:

pip install anytree

If you do not have write-permissions to the python installation, try:

pip install anytree --user