Automatic imports in brownie

What should I do in new brownie project, so my contract would automatically download imported OpenZeppelin contracts?
For example:

import "@openzeppelin/contracts/access/Ownable.sol";

Brownie documentations explains this and includes examples for OpenZeppelin:

https://eth-brownie.readthedocs.io/en/stable/package-manager.html#package-manager