Closed everyday847 closed 4 years ago
Also, we should git remove any .pyc files; they're local binaries resulting from module imports. No value to versioning them.
Just run python setup.py install to, well, do that. Then it will Just Work, with the python you ran with.
python setup.py install
Note that this is a PR into the matplotlib branch.
matplotlib
Also, we should git remove any .pyc files; they're local binaries resulting from module imports. No value to versioning them.
Just run
python setup.py install
to, well, do that. Then it will Just Work, with the python you ran with.