Specify where databases are automatically downloaded

Refs #812
This commit is contained in:
Marco Castelluccio 2019-07-31 16:08:30 +02:00
Родитель 7e5e4a8e02
Коммит d51de39579
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,7 @@ Every time you will try to commit, pre-commit will run checks on your files to m
## Usage
Run the `run.py` script to perform training / classification. The first time `run.py` is executed, the `--train` argument should be used to automatically download databases containing bugs and commits data.
Run the `run.py` script to perform training / classification. The first time `run.py` is executed, the `--train` argument should be used to automatically download databases containing bugs and commits data (they will be downloaded in the data/ directory).
### Running the repository mining script