Install pycharm, conda

Install pycharm

Download community files from the official website

Unzip, enter bin/, and execute the terminal: sh pycharm.sh

The welcome to pycharm interface appears, click open a new...., the default path, click OK

Enter the tools-creat deaktop entry, select the box, and click OK


install conda

Enter the XD open source mirror community -- click open source mirror -- click aconada (don't click the question mark) -- click archive/ -- click Anaconda3-5.1.0-Linux-x86_64.sh to download the .sh file -- terminal: $ sh ( .sh file name).sh--follow the process until you are asked whether to create an environment variable, click yes--terminal input:

$ gedit .bashrc

**Change the last path to: export PATH="$PATH:/home/wan/anaconda3/bin" (to avoid automatically entering aconda's python when the terminal enters the system python) and then enter:

$source .bashrc--over!!

Install opencv:

$pip install opencv-python

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325178701&siteId=291194637