rizavelioglu commited on
Commit
171738a
·
verified ·
1 Parent(s): 1f0578a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ pip install -e .
37
 
38
  Then, execute the following script:
39
  ```
40
- python fashionfail/data/make_dataset.py
41
  ```
42
  which constructs the dataset inside `"~/.cache/fashionfail/"`.
43
  An optional argument `--save_dir` can be set to construct the dataset in the preferred directory.
 
37
 
38
  Then, execute the following script:
39
  ```
40
+ python src/fashionfail/data/make_dataset.py
41
  ```
42
  which constructs the dataset inside `"~/.cache/fashionfail/"`.
43
  An optional argument `--save_dir` can be set to construct the dataset in the preferred directory.