InstallationΒΆ

At the command line via pip:

$ pip install myscipkg

Or install the latest GitHub version using:

$ git clone https://github.com/{ cookiecutter.github_username }}/myscipkg.git
$ cd myscipkg
$ python setup.py install