InstallationΒΆ

At the command line via pip:

$ pip install myscipkg3

Or install the latest GitHub version using:

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