gamcil / clinker

Gene cluster comparison figure generator
MIT License
507 stars 66 forks source link

pip3 install clinker instead pip install - Ubuntu 20.04 LTS #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello, just an advice (because I had this "problem")

The last step of the instructions to install clinker says

pip install

however you should type instead (if you are using Ubuntu 20.04 LTS and the output says that pip was not found)

pip3 install clinker

I'm kind of new in Linux so if someone had this issue I hope this can help

gamcil commented 3 years ago

Ah thanks for pointing that out, my system pip defaults to pip3 so I completely missed this. I'll add a note in the README.