- Bioinformatics with Python Cookbook
- Tiago Antao
- 99字
- 2021-06-10 19:01:40
Installing the required software with Anaconda
Before we get started, we need to install some prerequisite software. The following sections will take you through the software and the steps needed to install them. An alternative way to start is to use the Docker recipe, after which everything will be taken care for you via a Docker container.
If you are already using a different Python version, you are strongly encouraged to consider Anaconda, as it has become the de facto standard for data science. Also, it is the distribution that will allow you to install software from Bioconda (https://bioconda.github.io/).
推薦閱讀
- The Modern C++ Challenge
- 信息可視化的藝術:信息可視化在英國
- C語言程序設計基礎與實驗指導
- Java加密與解密的藝術(第2版)
- Python Geospatial Development(Second Edition)
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Elasticsearch Server(Third Edition)
- Hands-On Reinforcement Learning with Python
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Cocos2d-x Game Development Blueprints
- Kubernetes進階實戰
- Practical GIS
- Node.js區塊鏈開發
- JavaScript編程精解(原書第2版)
- 數據結構:Python語言描述