pyeda
pyeda copied to clipboard
Anaconda installation
What is the proper way to install on Anaconda?
I've never used Anaconda. Not sure.
@wpmccormick Did you figure how to install on Anaconda?
For whoever is still looking for a way to do this, in your terminal or cmd line:
conda skeleton pypi pyeda
conda build pyeda
conda install --use-local pyeda
Cheers!
Looks good to me.