Skip to content

Instantly share code, notes, and snippets.

@domanchi
Last active September 20, 2017 16:19
Show Gist options
  • Save domanchi/49e4b3601fe3657a8cfb5c48b7a689bd to your computer and use it in GitHub Desktop.
Save domanchi/49e4b3601fe3657a8cfb5c48b7a689bd to your computer and use it in GitHub Desktop.
[python packages] cheatsheet for pip #python

Installing from local repository

pip install -e <path_to_root_file_with_setup.py>

Installing for a different version of Python

Use pip2.7 (or the like) instead.

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