![Mobile Artificial Intelligence Projects](https://wfqqreader-1252317822.image.myqcloud.com/cover/722/36698722/b_36698722.jpg)
上QQ阅读APP看书,第一时间看更新
Creating an Anaconda environment
We will create an environment named ai-projects that uses Python version 3.6. All our dependencies are going to be installed in this environment:
conda create -n ai-projects python=3.6 anaconda
Now, proceed and accept the prompts that you are presented with, you should get an output that looks as follows:
![](https://epubservercos.yuewen.com/0961CC/19470380101497006/epubprivate/OEBPS/Images/0e2e117d-df7b-4639-a8b6-c7e28ff6b533.png?sign=1738968633-e1MmlevJ7LRKFSus4IjfhF1ZrZRA1dRg-0-32af9b8541f0ab1cb0927c157dd250b7)
Before we start installing the dependencies, we need to activate the environment we just created using the activate ai-projects command, or source activate ai-projects if you are using bash shell. The prompt will change to indicate that the environment has been activated:
![](https://epubservercos.yuewen.com/0961CC/19470380101497006/epubprivate/OEBPS/Images/6ea56944-b878-4bff-996f-a04e75176c77.png?sign=1738968633-NMH3GTJY99mGkGSVzIsfdHbR1rVjvS20-0-33ed58e3ed78b8a535749c650affeb7c)