Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stharrold committed Jan 23, 2015
2 parents 27afb9a + e58a342 commit 2ff4941
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,23 @@ See repository `wiki <https://github.com/ccd-utexas/binstarsolver/wiki>`_.
Installation
------------

Use `Python Packaging Index <https://pypi.python.org/pypi>`_.

::

$ git clone https://github.com/ccd-utexas/binstarsolver.git
$ cd binstarsolver
$ python setup.py install
$ pip install binstarsolver

Testing
-------

Use `pytest <https://pytest.org>`_.

::

$ git clone https://github.com/ccd-utexas/binstarsolver.git
$ cd binstarsolver
$ git tag --list
$ git checkout tags/<latest_tag_name>
$ py.test

Contributing
Expand Down

0 comments on commit 2ff4941

Please sign in to comment.