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:
-
- Download and Install Anaconda for Windows
- Download and Install PyCharm for Windows
- Set Project Interpreter in Pycharm (to use Anaconda)
- 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. - Enjoy.
BioPython on Windows