Browse Source

add rope to elpy install

pull/1/head
Brett Langdon 12 years ago
parent
commit
a99b2d9c2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh View File

@ -35,7 +35,7 @@ for file in $files; do
done done
echo "Installing Elpy" echo "Installing Elpy"
sudo pip install elpy
sudo pip install elpy rope
echo "Installing Virtualenvwrapper" echo "Installing Virtualenvwrapper"
sudo pip install virtualenvwrapper sudo pip install virtualenvwrapper


Loading…
Cancel
Save