TR update, update the README.md

上级 3cef3b07
......@@ -9,7 +9,7 @@ To run **RP Tree**, you need to download the source code. Then open a terminal o
1. Create and activate a Python virtual environment
```sh
$ cd rptree/
$ cd rptree_project/
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
......@@ -23,6 +23,27 @@ $ source venv/bin/activate
**Note:** The `-h` or `--help` option provides help on how to use RP Tree.
To take a quick test on **RP Tree**, you can use the sample `home/` directory provided along with the application's code and run the following command:
```sh
(venv) $ python tree.py ../hello/
../hello/
├── hello/
│ ├── __init__.py
│ └── hello.py
├── tests/
│ └── test_hello.py
├── requirements.txt
├── setup.py
├── README.md
└── LICENSE
```
That's it! You've generated a nice directory tree diagram.
## Current Features
If you run RP Tree with a directory path as an argument, then you get the full directory tree printed on your screen. The default input directory is your current directory.
......
......@@ -9,7 +9,7 @@ To run **RP Tree**, you need to download the source code. Then open a terminal o
1. Create and activate a Python virtual environment
```sh
$ cd rptree/
$ cd rptree_project/
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
......@@ -23,6 +23,27 @@ $ source venv/bin/activate
**Note:** The `-h` or `--help` option provides help on how to use RP Tree.
To take a quick test on **RP Tree**, you can use the sample `home/` directory provided along with the application's code and run the following command:
```sh
(venv) $ python tree.py ../hello/
../hello/
├── hello/
│ ├── __init__.py
│ └── hello.py
├── tests/
│ └── test_hello.py
├── requirements.txt
├── setup.py
├── README.md
└── LICENSE
```
That's it! You've generated a nice directory tree diagram.
## Current Features
If you run RP Tree with a directory path as an argument, then you get the full directory tree printed on your screen. The default input directory is your current directory.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册