BioPython is a Python library for Bioinformatics.

For Windows users is recommended to use Anaconda distribution of Python in order to easily deal with python packages.

For IDE I would recommend PyCharm.

Steps:

    1. Download and Install Anaconda for Windows
    2. Download and Install PyCharm for Windows
    3. Set Project Interpreter in Pycharm (to use Anaconda)
    4. Import BioPython. In order to do that run “conda install -c anaconda biopython
      conda script is probably in C:\Users\UserName\AppData\Local\Continuum\anaconda3\Scripts folder.
      You have to change the current directory with cd command to this folder or add in PATH environment
      variable.
    5. Enjoy.
BioPython on Windows

Leave a Reply

Your email address will not be published. Required fields are marked *