Skip to content

Instantly share code, notes, and snippets.

@MittalShruti
Last active May 9, 2020 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MittalShruti/6cb629239cd00d7aa39fd9b1e39fa717 to your computer and use it in GitHub Desktop.
Save MittalShruti/6cb629239cd00d7aa39fd9b1e39fa717 to your computer and use it in GitHub Desktop.
Install python packages
#install pip ipython
sudo apt-get -y install python3-pip
sudo pip3 install --upgrade pip
sudo apt-get -y install ipython
#install numpy matplotlob
sudo pip3 install numpy scipy matplotlib ipython jupyter pandas sympy nose
#install tensorflow
sudo pip install tensorflow-gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment