Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help
Special pages
SBGrid Resources
SBGrid Consortium
SBGrid Data Bank
Software Webinars
PyMOL Webinar
PyMOL Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Git install scripts
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Git install instructions == === For Windows users === # Install [http://code.google.com/p/msysgit/downloads/list?can=3&q=official+Git Git for Windows]. Use following settings in options, [http://www.geekgumbo.com/2010/04/09/installing-git-on-windows/ (You can read more here)]. * Windows Explorer Integration -> Context Menu Entries -> Git Bash Here + Git GUI here * Run Git and included Unix tools from Windows Command prompts * Checkout Windows style, commit Unix-style endings # Navigate to: '''C:\Users\YOURNAME''' # Right click in folder -> Select: Git Gui -> Clone Existing Repository # Source Location: git://github.com/Pymol-Scripts/Pymol-script-repo.git # Target Directory: C:\\Users\\YOURNAME\\Pymol-script-repo #: A backslash "\" in a string is [http://effbot.org/pyref/string-literals.htm is used for escape sequences]. To get a real backslash in a string, use double backslash "\\" You now have all the scripts available in your directory. === For Linux users === # Install git # Debian/Ubuntu/Mint sudo apt-get install git # Fedora su -c 'yum install git' # openSUSE sudo zypper in git # Navigate to desired folder: cd /home/YOURNAME/ git clone git://github.com/Pymol-Scripts/Pymol-script-repo.git You now have all the scripts available in: /home/YOURNAME/Pymol-script-repo
Summary:
Please note that all contributions to PyMOL Wiki are considered to be released under the GNU Free Documentation License 1.2 (see
PyMOL Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Git install scripts
(section)
Add topic