Conda - use python package from pypi

by GarciaPL on Friday 4 January 2019

Have you ever tried to install package available in pypi, but not in official anaconda repository? There is a way to install it using Anaconda terminal.

  1. conda skeleton pypi PACKAGE
  2. conda build PACKAGE