# Installing

The easiest way to install system\_info2 is from the cli.

```bash
dart pub add system_info2
dart pub get
```

To use the system\_info2 package import into your code:

```dart
import 'package:system_info2/system_info2.dart
```
