File tree 1 file changed +3
-3
lines changed
directory-tree-generator-python/source_code_final
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RP Tree is a command-line tool to generate a directory tree diagram.
6
6
7
7
To run ** RP Tree** , you need to download the source code. Then open a terminal or command-line window and run the following steps:
8
8
9
- 1 . Create and activate a Python virtual environment
9
+ 1 . Create and activate a Python virtual environment.
10
10
11
11
``` sh
12
12
$ cd rptree_project/
@@ -15,7 +15,7 @@ $ source venv/bin/activate
15
15
(venv) $
16
16
```
17
17
18
- 2 . Run the application
18
+ 2 . Run the application.
19
19
20
20
``` sh
21
21
(venv) $ python tree.py /path/to/directory/
@@ -51,7 +51,7 @@ If you run RP Tree with a directory path as an argument, then you get the full d
51
51
RP Tree also provides the following options:
52
52
53
53
- ` -v ` , ` --version ` shows the application version and exits
54
- - ` -h ` , ` --help ` show a usage message
54
+ - ` -h ` , ` --help ` shows a usage message
55
55
- ` -d ` , ` --dir-only ` generates a directory-only tree
56
56
- ` -o ` , ` --output-file ` generates a tree and save it to a file in markdown format
57
57
You can’t perform that action at this time.
0 commit comments