Software I2C with SHT31

I am about to try to hook a SHT31 sensor, with the Software I2C library, to a couple of pins other than the SDA & SLA which are unavailable. Will probably be using some Analog Pins

Has anyone done this or have any tips for me before I try this? The SHT31 I am using isn't the adafruit chip, but it has a 4 wire connection that seems the same, SDA SLA 5v GND.

I am looking:

http://playground.arduino.cc/Main/SoftwareI2CLibrary

and