Skip to content

Instantly share code, notes, and snippets.

@Apromixately
Last active February 21, 2017 16:02
Show Gist options
  • Save Apromixately/91b4f7973e808f30f50b868c9b71745e to your computer and use it in GitHub Desktop.
Save Apromixately/91b4f7973e808f30f50b868c9b71745e to your computer and use it in GitHub Desktop.
This will make your dev folder available from elsewhere so it doesn't actually install to some other path and your changes are available immediately.
Get https://raw.githubusercontent.com/pypa/sampleproject/master/setup.py
Change the name of the module name='sample' to whatever
Empty out the requirement install_requires=[]
touch README.rst
pip3 install --user -e .
pip3 uninstall is a thing!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment