![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=1738935265-rnM1LCJuiFaugfzg5h1qk1fyytMtQxJz-0-6a32d72a3cfb3e67be601b0f2044b959)
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=1738935265-6PGQNDfys7K2TG7wWzHwDSeIj5c8LJri-0-582ae7bf8a5dc4ac5365cf7a66e70ae5)