Skip to content

Instantly share code, notes, and snippets.

@astrofrog
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrofrog/9580365 to your computer and use it in GitHub Desktop.
Save astrofrog/9580365 to your computer and use it in GitHub Desktop.
Last login: Sun Mar 16 09:49:43 on ttys055
$ git clone git://github.com/embray/astropy.git
Cloning into 'astropy'...
remote: Counting objects: 55003, done.
remote: Compressing objects: 100% (14226/14226), done.
remote: Total 55003 (delta 40287), reused 55003 (delta 40287)
Receiving objects: 100% (55003/55003), 26.29 MiB | 1.31 MiB/s, done.
Resolving deltas: 100% (40287/40287), done.
Checking connectivity... done
$ cd astropy/
$ ls
CHANGES.rst cextern setup.cfg
CITATION docs setup.py
CONTRIBUTING.md ez_setup.py setuptools_bootstrap.py
MANIFEST.in licenses static
README.rst pip-requirements tox.ini
astropy scripts
$ git checkout astropy_helpers
Branch astropy_helpers set up to track remote branch astropy_helpers from origin.
Switched to a new branch 'astropy_helpers'
$ python setup.py install --user
An unexpected error occurred updating the git submodule 'astropy_helpers':
Cloning into 'astropy_helpers'...
If the problem persists consider installing astropy_helpers manually using pip
(`pip install astropy_helpers`) or by manually downloading the source archive,
extracting it, and installing by running `python setup.py install` from the
root of the extracted source code.
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment