cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
301 stars 55 forks source link

Anaconda installation #143

Closed wpmccormick closed 1 year ago

wpmccormick commented 6 years ago

What is the proper way to install on Anaconda?

cjdrake commented 6 years ago

I've never used Anaconda. Not sure.

rameshKrSah commented 5 years ago

@wpmccormick Did you figure how to install on Anaconda?

Le-Gris commented 3 years ago

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!

cjdrake commented 1 year ago

Looks good to me.