「Python」Biopythonをインストールする方法
環境
Windows 10 64bit
Python 3.9.2
Biopythonのインストール手順
1.pythonバージョンを確認します
>python --version Python 3.9.2
2. pipコマンドでBiopythonをインストールします
>pip install biopython
3.Biopythonインストール確認
>python
Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32
Type “help", “copyright", “credits" or “license" for more information.
>>> import Bio
>>> print(Bio.__version__)
1.79