This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
make sure to install elpy
pull/1/head
Brett Langdon
13 years ago
parent
8c5a6b90e0
commit
9daadc4d6f
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
setup.sh
+ 3
- 0
setup.sh
View File
@ -33,3 +33,6 @@ for file in $files; do
ln -s
$dir
/
$file
~/.
$file
ln -s
$dir
/
$file
~/.
$file
fi
fi
done
done
echo
"Installing Elpy"
sudo pip install elpy
Write
Preview
Loading…
Cancel
Save