Open john-science opened 4 years ago
Even though this is really designed to be run from repl, it might be nice to have a setup.py.
repl
setup.py
We don't have any dependencies, so we don't need a requirements.txt.
requirements.txt
But, if nothing else, setup.py is a standard way to tell people what version of Python they need to run.
Even though this is really designed to be run from
repl
, it might be nice to have asetup.py
.We don't have any dependencies, so we don't need a
requirements.txt
.But, if nothing else,
setup.py
is a standard way to tell people what version of Python they need to run.