This is a command line client that provides an interface to anaconda.org.
First, create an account on anaconda.org, if you may still don't have one.
Then, install anaconda-client into your conda environment:
conda install anaconda-clientLog into your account:
anaconda loginTest your login wit the whoami command:
anaconda whoamiFor a complete tutorial on building and uploading Conda packages to anaconda.org visit the documentation page.
Setup conda environment:
make initActivate development environment:
conda activate anaconda_clientRun anaconda-client commands:
python -m binstar_client.scripts.cli --version