We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d795ce6 commit d1b6f42Copy full SHA for d1b6f42
README.md
@@ -32,9 +32,8 @@ pip install fastdup
32
## Python
33
```
34
> 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
+#> import fastdup
+#> fastdup.run(input_dir=“/path/to/your/folder”, work_dir="/path/to/your/folder") #main running function
38
39
40
## C++
0 commit comments