# Installing Flutter Packages on mac

After that, open the **pubspec.yaml** file and go to **Pub get** and **Pub upgrade** options to install the libraries.

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2F54qR31vx2AuITlJ8mbB7%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA25.png?alt=media&#x26;token=46f01c41-a607-433d-b31a-54912b6daea7" alt=""><figcaption></figcaption></figure>

When everything is done, the Flutter displays the following message:

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2Fr1XZAkiw0b8poszgiiTX%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA26.png?alt=media&#x26;token=b4239cd6-5bc6-4c65-ab59-647550aaf235" alt=""><figcaption></figcaption></figure>

This installation and setup process will prepare your PC for further work on the app building.
