rraadd88 / beditor

A Computational Workflow for Designing Libraries of sgRNAs for CRISPR-Mediated Base Editing, and much more
GNU General Public License v3.0
17 stars 4 forks source link

Installation #15

Closed onebeingmay closed 3 years ago

onebeingmay commented 3 years ago

Hi there, In the installation instruction you used pip install beditor in the virtual environment. This doesn't work. I think it should be pip3 install beditor. Thanks

rraadd88 commented 3 years ago

Hi @onebeingmay, Yes, that's one way to installation for sure. In the docs, first step is installation of python 3.6 environment. So within, 3.6 environment, both commands i.e. pip install beditor and pip3 install beditor will do the same thing. Plus, it would't be possible to install beditor in python 2 because of the condition in the setup.