Update README.md
Browse files
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.
|