hello,
I'm new to python, and perhaps I'm missing something, but how does this project actually work?
- In
setupy.py you are referring to some other project:
setup(
name="icd",
version="0.1",
url="https://github.com/mark-hoffmann/icd",
- also in
README.md you have example:
get_atc_info('M01AE01')
but as I search through all python files in this project, there is no such function...
hello,
I'm new to python, and perhaps I'm missing something, but how does this project actually work?
setupy.pyyou are referring to some other project:README.mdyou have example:get_atc_info('M01AE01')but as I search through all python files in this project, there is no such function...