New functionality: Custom module configuration
`RadianceObj.makeModule(name, x, y, bifi)`: add a new module to the configuration file, named `name`
`RadianceObj.printModules()` : list the available module names in the configuration file `data\module.json`
`SceneObj.readModule(name)` : list configuration details for module type `name`
Install using pip
1. Clone or download the bifacial_radiance repository.
2. Navigate to repository: cd bifacial_radiance
3. Install via pip: "pip install . "
4. Alternate installation development mode: " pip install -e . "