AndrewCarterUK / pascal-voc-writer

A python library for generating annotations in the PASCAL VOC format.
MIT License
220 stars 57 forks source link

How to import? #1

Closed mwindowshz closed 6 years ago

mwindowshz commented 6 years ago

Hi found your pascal-voc-writer did pip install

but trying to import does not work image

If you can please help me, and maybe add instructions you your readme file. Thanks in advance. M.

AndrewCarterUK commented 6 years ago

Hi, you want to use underscores in the import - hyphens aren't valid in python module names.

import pascal_voc_writer