InstallationΒΆ
At the command line:
$ pip install 'git+https://USERNAME@bitbucket.org/dragons-astro/dragons.git'
where USERNAME is your Bitbucket username.
Or, if you have virtualenvwrapper installed and want to test / maintain a separate environment:
$ mkvirtualenv dragons
$ workon dragons
$ pip install 'git+https://USERNAME@bitbucket.org/dragons-astro/dragons.git'
again ensuring that you replace USERNAME by your Bitbucket username.