J35P312 / SVDB

structural variant database software
MIT License
38 stars 16 forks source link

The install document should be updated. #57

Closed xiucz closed 2 years ago

xiucz commented 2 years ago

Hi, Thanks for your useful tool. I think the install part pip install -e in the README should be more clear. Should I download the source code first?

Best, xiucz

J35P312 commented 2 years ago

Hello! I agree, I will update the readme:

first clone:

https://github.com/J35P312/SVDB.git

then enter the repository:

cd SVDB

now install:

pip install -e

good luck!

xiucz commented 2 years ago

Thank you !