I have a python3 project that I want to install on my computer, and I wrote a setup.py using setuptools.
setup.py
setuptools
On my other machine running pytho
pytho