Skip to content

Commit 7b0936f

Browse files
committed
readme: sync install instructions with sphinx docs
fixes #5
1 parent c7beb5d commit 7b0936f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Features supported so far:
2525

2626
Install Instructions
2727
--------------------
28-
rtrlib-python is not on pypi yet, but you can just run ``python setup.py install``.
29-
It is probably a good idea to use a virtualenv.
3028

3129
Requirements
3230
''''''''''''
@@ -35,7 +33,18 @@ Requirements
3533
- enum34
3634
- six
3735

38-
and a c compiler for building the module.
36+
and a c compiler at build time.
37+
38+
If you are using virtualenv the Requirements are installed automatically during the install step, otherwise you have to use your platforms package management tool or just run pip install -r requirements.txt.
39+
40+
41+
Download and Installation
42+
'''''''''''''''''''''''''
43+
44+
- ``git clone https://github.com/rtrlib/python-binding.git``
45+
- ``cd python-binding``
46+
- ``python setup.py build``
47+
- ``python setup.py install``
3948

4049

4150
.. |docs| image:: https://readthedocs.org/projects/python-rtrlib/badge/?version=latest

0 commit comments

Comments
 (0)