Skip to content

Commit d1b6f42

Browse files
author
dbickson
committed
cleaning
1 parent d795ce6 commit d1b6f42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ pip install fastdup
3232
## Python
3333
```
3434
> python3
35-
> import fastdup
36-
> fastdup.__version__ # prints the version number
37-
> fastdup.run(input_dir=“/path/to/your/folder”, work_dir="/path/to/your/folder") #main running function
35+
#> import fastdup
36+
#> fastdup.run(input_dir=“/path/to/your/folder”, work_dir="/path/to/your/folder") #main running function
3837
```
3938

4039
## C++

0 commit comments

Comments
 (0)