This is a read-only mirror of pymolwiki.org
Difference between revisions of "Git install scripts"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
# Install [http://code.google.com/p/msysgit/downloads/list?can=3&q=official+Git Git for Windows]. | # Install [http://code.google.com/p/msysgit/downloads/list?can=3&q=official+Git Git for Windows]. | ||
Use the default settings in all options. | Use the default settings in all options. | ||
+ | # Navigate in your computer to: C:/Users/YOURNAME/Documents (Note, always use forward slashes "/" for compatibility) | ||
+ | # Right click in folder -> Select: Git Gui -> Clone Existing Repository | ||
+ | # Source Location: https://github.com/Pymol-Scripts/Pymol-script-repo | ||
+ | # Target Directory: C:/Users/YOURNAME/Documents/Pymol-script-repo | ||
+ | You now have all the scripts available in your directory. |
Revision as of 19:34, 30 November 2011
For windows users
- Install Git for Windows.
Use the default settings in all options.
- Navigate in your computer to: C:/Users/YOURNAME/Documents (Note, always use forward slashes "/" for compatibility)
- Right click in folder -> Select: Git Gui -> Clone Existing Repository
- Source Location: https://github.com/Pymol-Scripts/Pymol-script-repo
- Target Directory: C:/Users/YOURNAME/Documents/Pymol-script-repo
You now have all the scripts available in your directory.