Last active
February 22, 2020 15:07
-
-
Save koobitor/bc2aafbbf8821161bfe7993febf74b03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### INIT | |
``` | |
conda init zsh | |
``` | |
### Create Virtual Environment | |
``` | |
conda create -n AIML python=3.7 | |
conda activate AIML | |
conda install numpy scipy matplotlib pandas mayavi cvxopt | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment