Skip to content

Commit

Permalink
improved installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
niradar committed May 29, 2024
1 parent bb7ad84 commit a2ecdf0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ The script compares filename, modification date, size, and hash of the files to

## Installation

To install the necessary dependencies, use Conda with Python 3.11 and the `requirements.txt` file:
To install the necessary dependencies:

1. Clone the repository and go into repository folder
```sh
git clone https://github.com/niradar/duplicate_files_in_folders.git
cd duplicate_files_in_folders
```

2. Use Conda with Python 3.11 and the requirements.txt file to install the necessary dependencies:
```sh
conda create -n duplicate_finder python=3.11
conda activate duplicate_finder
Expand Down

0 comments on commit a2ecdf0

Please sign in to comment.