OpenEnergyPlatform / oemetadata

Repository for the Open Energy Family metadata. Contains metadata templates, examples and schemas. For metadata conversion see https://github.com/OpenEnergyPlatform/omi
https://openenergyplatform.github.io/oemetadata/
MIT License
21 stars 3 forks source link

README installation instructions are inconsistent #57

Closed Eugenio2192 closed 2 years ago

Eugenio2192 commented 2 years ago

I tried to install the package using the instructions in the README but the package does not exist. In PyPI this package exists, is this supposed to be the right handle?

If yes, after the installation the example json files are not delivered, was I supposed to include them manually? if that is the case it would be nice to have the instructions written somewhere.

edit: I installed the package using the developer instructions and the import statement from oemetadata.v140.example import OEMETADATA_V140_EXAMPLE throws an error, i hat to import from metadata instead

Ludee commented 2 years ago

The issue is already on the list for the next release: https://github.com/OpenEnergyPlatform/oemetadata/issues/53

Ludee commented 2 years ago

I fixed the imports in the readme. Thanks for the help!