make-your-code-count
make-your-code-count copied to clipboard
Add information on install vs develop
See here: https://stackoverflow.com/questions/19048732/python-setup-py-develop-vs-install where setup.py install and develop are not suggested, whereas pip install -e . is suggested.