Last active
January 3, 2020 11:35
-
-
Save asears/3695d7af338a513ceb4f8b062fd59855 to your computer and use it in GitHub Desktop.
Python Installs
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
| # https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal | |
| # this is not required if tensorflow-gpu installed. pkgs/main/win-64/cudatoolkit, cudnn, tensorflow-gpu installed | |
| # Move this to environment.yaml with versioning once frozen for base environment | |
| conda install -c conda-forge pywin32 | |
| conda install -c anaconda jupyter_client | |
| conda install -c conda-forge jupyter_core | |
| conda install nltk | |
| conda install beautifulsoup4 | |
| conda install -c conda-forge markovify | |
| conda install matplotlib | |
| conda install tensorflow-datasets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment