How to install PyPi packages using anaconda conda command
问题 When using the Anacoda Python distribution, what is the best way to install a PyPi package that isn't available directly through Anaconda? For now I'm using: conda pipbuild [pypi_name] conda install --use-local [package_spec] But I'm unclear if this is the best way and if conda update --all will update these packages when updates are made available. I'm also unclear what the point of binstar is when PyPi already exists. 回答1: If you want to build conda packages for PyPI packages, the