Skip to content

Instantly share code, notes, and snippets.

@andretw
Created August 26, 2014 11:10
Show Gist options
  • Save andretw/d11ea9f4f40016ca9325 to your computer and use it in GitHub Desktop.
Save andretw/d11ea9f4f40016ca9325 to your computer and use it in GitHub Desktop.

Two ways for getting new libraries:

  • Download source tarballs from public PyPI server.
pip install --download=. PACKAGE_NAME
  • Build source tarballs from local
python setup.py sdist

The file will be generated under the directory "dist".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment