Steps to install in local machine
1. python3
1. Clone the repo
2. Run command `python3 tree.py <absolute path>`
Steps to isntall on docker environment
1.Docker v20.10.7 +
1. Clone the repo
2. Build image :- `sudo docker image build -t my-tree .`
_or_ pull the docker image :- `docker pull shreyasxo/treeviz`
3. Run container in exec mode :- `sudo docker container run --rm -it my-tree /bin/sh`
4. Run command `python3 tree.py <absolute path>`