BME280 sensor bought from Pimoroni

Hi,
I have a BME280 Breakout - Temperature, Pressure, Humidity Sensor which I bought from the Pimoroni web site. Information there seemed focused on Raspberry PI and I did indeed get it working with a raspberry PI however I now have an Arduino Uno R3 and would like to have it work with that.
The problem is I know next to nothing about Arduinos and am looking for a tutorial on how to interface this sensor with the UNO.
If anyone can suggest how to interface the components or point me in the direction I need to take I'd very much appreciate it. I'm getting the basic kit of components so hopefully I'll attain some knowledge but guidance on the BM280 would be particularly appreciated.

regards Steve

@steveis2
This one?

If yes, then connect 2-6V to Uno 5V, GND to GND, SDA to A4 and SCL to A5.

You must solder the header pins to the BME280 board.

After you have it connected, run the I2C_scanner sketch to make sure it can be detected.

If you need further help just ask.

You can follow some common tutorial like this from Adafruit. Skip SPI-connection option since yours expose only I2C.