Skip to content

Commit

Permalink
add pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
philip928lin committed Oct 8, 2024
1 parent 0c51aea commit d117fa5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# PathNavigator

`PathNavigator` is a Python package designed to manage directories and files efficiently. It provides tools to interact with the filesystem, allowing users to create, delete, and navigate folders and files, while also maintaining an internal representation of the directory structure. Customized shortcuts can be added.
`PathNavigator` is a Python package designed to navigate directories and files efficiently. It provides tools to interact with the filesystem, allowing users to create, delete, and navigate folders and files, while also maintaining an internal representation of the directory structure. Customized shortcuts can be added.


## Installation

```bash
pip install PathNavigator
```

Install the latest version from GitHub repo
```bash
pip install git+https://github.com/philip928lin/path_manager.git
```
Expand Down

0 comments on commit d117fa5

Please sign in to comment.