Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 06142fa

Browse files
Add Travis shield to README. Update installation...
...notes to prefer PyPI installs
1 parent ec59bfe commit 06142fa

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Introduction to pyvbox
2-
**********************
1+
pyvbox
2+
******
33

4-
What's in pyvbox:
4+
.. image:: https://img.shields.io/travis/mjdorma/pyvbox/master.svg
5+
:target: https://travis-ci.org/mjdorma/pyvbox
56

67
* A complete implementation of the VirtualBox Main API
78
* Create a VirtualBox instance and seamlessly explore the potential of
@@ -13,20 +14,22 @@ Project documentation at `pythonhosted.org`_.
1314

1415
Project hosting provided by `github.com`_.
1516

16-
1717
[mjdorma+pyvbox@gmail.com]
1818

1919

20-
Install
20+
Installation
2121
=======
2222

23+
To get the latest released version of pyvbox from `PyPI`_ run the following::
2324
Simply run the following::
2425

25-
> python setup.py install
26+
$ pip install pyvbox
2627
27-
or `PyPi`_::
28+
or to install the latest development version from GitHub::
2829

29-
> pip install pyvbox
30+
$ git clone https://github.com/mjdorma/pyvbox
31+
$ cd pyvbox
32+
$ python setup.py install
3033
3134

3235
Getting started

0 commit comments

Comments
 (0)