Skip to content

Commit d2b469a

Browse files
authored
Update README.md
1 parent ed96f74 commit d2b469a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,19 @@ Hardware support
7373

7474

7575
# Running the code
76+
77+
## Python
7678
```
7779
> python3
7880
> import fastdup
7981
> fastdup.__version__ # prints the version number
80-
> fastdup.run(“/path/to/your/folder”) #main running function
82+
> fastdup.run(input_dir=“/path/to/your/folder”, work_dir="/path/to/your/folder") #main running function
83+
```
84+
85+
## C++
86+
```
87+
/usr/bin/fastdup /path/to/your/folder --work_dir="/tmp/fastdup_files"
88+
8189
```
8290

8391
Detailed Python API documentation

0 commit comments

Comments
 (0)