![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=1738917638-IrShPAVbedGosD7Zfnf3pkZhH14kcT3f-0-81e99f5cf69b8fe3453e2058dc7f48e6)
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=1738917638-KeJXGqyH12f0acPpc236jnkzX78eqRPF-0-9509369bd81b0c6a342cd2bc44194f6f)