jcrozum / pystablemotifs

Python library for attractor identification and control in Boolean networks
MIT License
28 stars 7 forks source link

Installation #62

Closed ArturoArciniega closed 3 years ago

ArturoArciniega commented 3 years ago

Hi Jordan Rozum!

I recently tried to install StableMotifs in a python environment but I had not success. I saw a pip version of this package however is no up to date so I uninstalled it, I'd like to install the package, how can I do it? I also tried pip install -e git+https://github.com/package/name@but it didn't work.

Thanks a lot!

jcrozum commented 3 years ago

Oops, setup.py wasn't included, but I've fixed it. Running pip install git+https://github.com/jcrozum/StableMotifs should work now. Let me know if you run into any further difficulty.

ArturoArciniega commented 3 years ago

Thanks, now is working. Any issue I let you know!