Skip to content

Instantly share code, notes, and snippets.

@alien18331
Created August 6, 2020 00:57
Show Gist options
  • Save alien18331/68bb8fc1b5d494c5647c8b8359d450aa to your computer and use it in GitHub Desktop.
Save alien18331/68bb8fc1b5d494c5647c8b8359d450aa to your computer and use it in GitHub Desktop.
[ubuntu18] spyder3 install
sudo apt-get install python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev
sudo pip3 install scrapy
sudo apt install libzmq3-dev
sudo pip3 install pyzmq
sudo pip3 install pygments
sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer
sudo pip3 install qtconsole
sudo pip3 install ipython
sudo pip3 install nbconvert
sudo apt install spyder3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment