fhcrc / seqmagick

An imagemagick-like frontend to Biopython SeqIO
http://seqmagick.readthedocs.org
GNU General Public License v3.0
113 stars 22 forks source link

pip3 install preferred over pip3 install #78

Open tseemann opened 6 years ago

tseemann commented 6 years ago

I think python3 requires that pip3 be used to avoid issues with co-installed v2 and v3.

It would be good to change your instructions to pip3 install.

metasoarous commented 6 years ago

@tseemann This makes sense; Thanks for the suggested clarification. Feel free to submit a PR.