Skip to content

Commit

Permalink
Update installation instruction in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Sep 3, 2023
1 parent 4310b72 commit 6ca131a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
Make sure you have Python 3.8 or later installed. You can install the package using ``pip``:

```bash
pip install git+https://github.com/realshouzy/auto-file-sorter.git
pip install auto-file-sorter
```

Alternatively, you can clone the repository and install the required dependencies by executing the following commands in the root of the project:
Alternatively, you can install the package from GitHub to get the latest changes:

```bash
git clone https://github.com/realshouzy/auto-file-sorter.git && cd auto-file-sorter
pip install .
pip install git+https://github.com/realshouzy/auto-file-sorter.git
```

The project uses the following packages and libraries:
Expand Down

0 comments on commit 6ca131a

Please sign in to comment.