This folder has the same problem as #5 in that the pip install . appears to do nothing.
To make it more apparent that the install is working, this import statement now allows access
to hello.elevation() and hello.hello(...) when you run import hello after installing
This folder has the same problem as #5 in that the
pip install .
appears to do nothing. To make it more apparent that the install is working, this import statement now allows access tohello.elevation()
andhello.hello(...)
when you runimport hello
after installing