If you get an error message from composer when trying to install CiviCRM that there is a conflict in requirements for the package pear/exception. Then run the following command: `composer require pear/exception1.0.1 as 1.0.0` before trying to run the command in step 3 above.
If you get an error message from composer when trying to install CiviCRM that there is a conflict in requirements for the package pear/exception. Then run the following command: `composer require pear/pear_exception:'1.0.1 as 1.0.0'` before trying to run the command in step 3 above.
Optionally you can also require the [`cv`](https://github.com/civicrm/cv) command-line helper/interface for CiviCRM with: