How can i install a python package that does not have a setup.py file to call. I want to install a package that it happens to be only a .py.
Do i just save it as a .py and put it somewhere in the directory and then import it?
For example the zipfile package and the ElementTree XML parser
P.S.: I have Python-3.x