0
点赞
收藏
分享

微信扫一扫

pip3安装biopython

小亦同学321 2022-04-13 阅读 70
linux

iso:centos7.9

#需要安装python3

[root@master01 ~]# yum install python3 -y

 [root@master01 ~]# python3 -m pip install biopython

[root@master01 ~]# python3
Python 3.6.8 (default, Nov 16 2020, 16:55:22)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import Bio
>>> print (Bio.__version__)
1.79
>>>

 

 

举报

相关推荐

0 条评论