- Hands-On Markov Models with Python
- Ankur Ankan Abinash Panda
- 109字
- 2021-07-23 19:12:03
Installation on Linux
On Linux, after downloading the Miniconda file, we will need to give it execution permissions and then install it. This can be done using the following commands:
chmod +x Miniconda.sh
./Miniconda.sh
After executing the file, we can simply follow the installation instructions. Once installed, we will need to create a new environment and install the required packages. We can create a new Python 3.4 environment with the name hmm using the following commands:
conda create -n hmm python=3.4
Once the environment has been created, we will need to activate it and install the packages inside it using the following:
source activate hmm
conda install numpy scipy
推薦閱讀
- 網絡服務器配置與管理(第3版)
- 辦公通信設備維修
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 嵌入式技術基礎與實踐(第5版)
- 單片機原理及應用系統設計
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Source SDK Game Development Essentials
- 新編電腦組裝與硬件維修從入門到精通
- 單片微機原理及應用
- USB應用分析精粹:從設備硬件、固件到主機端程序設計
- 微控制器的應用
- Blender for Video Production Quick Start Guide
- 計算機組裝與維護(慕課版)
- 施耐德M241/251可編程序控制器應用技術