Specifying output directory

Hi everyone,

How do I specify the output directory here:

`!python -m spacy train C:\Users\b1075161\Documents\Prodigy\models\config.cfg --paths.train C:\Users\b1075161\Documents\Prodigy\models\train.spacy --paths.dev C:\Users\b1075161\Documents\Prodigy\models\dev.spacy

`
When I run this linein jupyter lab I get results but also the message no output directory specified

solved by adding

--output ./first_model

at the end of the line.
Thank you