我读过“自述”,但我太蠢了。有人能告诉我我是如何在Linux上安装它的吗?
https://github.com/nschloe/matplotlib2tikz
我知道怎么下载Zip。好吧,就是这样。希望有人能帮忙:)
我不知道$PYTHONPATH在哪里。但是,当我知道在哪里放置它(和如何),我必须使用这种和平的代码,对吗?
sudo python setup.py install然后一切都该做了吗?我可以用它把“从.”还有“tikz.”?
先谢谢你。
发布于 2015-12-14 00:11:56
因为matplotlib2tikz在PyPi上,您可以通过
sudo -H pip install matplotlib2tikzhttps://askubuntu.com/questions/643331
复制相似问题