Eventually we would like afcharts-py to be available from Conda-forge---a community-maintained repository of conda packages---as well as PyPI. This will allow Conda users (e.g. via Anaconda or Miniconda) to install it with conda install afcharts-py as well as pip install afcharts-py.
The publishing process is more involved than for PyPI and implies a commitment to continuously maintain the package.
Note: Conda users can still install the package with pip, but it can't be guaranteed to work with packages installed with conda.
Eventually we would like afcharts-py to be available from Conda-forge---a community-maintained repository of conda packages---as well as PyPI. This will allow Conda users (e.g. via Anaconda or Miniconda) to install it with
conda install afcharts-pyas well aspip install afcharts-py.The publishing process is more involved than for PyPI and implies a commitment to continuously maintain the package.
Note: Conda users can still install the package with
pip, but it can't be guaranteed to work with packages installed with conda.