---
title: 'Python環境架設(MAC OS)'
disqus: hackmd
---
###### tags: `setup`, `Python`
Python環境架設(MAC OS)
===
[TOC]
## Install Anaconda & Python
> (1) GO Anaconda websidae to install anaconda

> (2) Click on continue

> (3) Click on continue

> (4) Click on continue

> (5) Click on continue to get license agreement

> (6) Click on install

> (7) Check Anaconda python is available

## Install Opnecv
> (1) Enter the Anaconda install Opencv

* Please follow the steps to install in order. On the left side, you can set up a virtual environment to install different versions
> (2) Check Opencv is available

## Install Pycharm
> (1)Install PyCharm
> 
### Install the required packaging
> (1)Click File->Setting->Project Interpreter to install the package you need

> (2)Press the PLUS button to install package
> 
> (3)Install the package you need
> 
### Create a new project to test
> (1) Then you can creat a new project

> (2) Check your interpreter

> (3) Coding your project
> 