Python
Install package in editable mode
From parent directory of package:
$ pip install -e <your package name>
Updating and Publishing Packages to PyPi:
See
Your python envrionment will require the following pacakges:
Update the number in the package's setup.py.
From the same directory as setup.py build the new version: