parallel-conda

Drop-in parallel replacement for "conda install ..." procedures.


Keywords
anaconda, anaconda-installer, anaconda-parallel-install, command-line, command-line-tool, conda, conda-parallel-install, parallel, parallel-computing, parallel-conda, parallel-install, python, python3
License
MIT
Install
pip install parallel-conda==0.2.3

Documentation

parallel-conda

Dev Area for Prototype of a parallel wrapper of conda
(NOT SUITABLE FOR USE,....it barely works right now and has no tests)


Use:

pconda install pandas --name <env_name>

Installs all required packages in parallel.
All commands you would normally pass to conda install works as well.

NOTE
Only a replacement for conda install, does not include any ability for uninstalling or otherwise.
Additionally, I am in no way associated with conda or Anaconda in general, just some dude who wanted faster installs.