Skip to content

Commit b59fe9d

Browse files
committed
Minor fixes
1 parent 7accac6 commit b59fe9d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. image:: https://readthedocs.org/projects/github-labelbot/badge/?version=latest
2+
:target: http://github-labelbot.readthedocs.io/en/latest/?badge=latest
3+
:alt: Documentation Status
4+
5+
16
Github Labelbot
27
===============
38

docs/installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Installation
66
To install the Labelbot, following steps are needed.
77

88
1. In case you don't want Labelbot to be installed to your whole system, create
9-
a virtualenv:
9+
a virtualenv and activate it:
1010

1111
::
1212

1313
$ virtualenv venv -p python3
14+
$ source venv/bin/activate
1415

1516
2a. Download the Labelbot from GitHub and install it using ``setup.py``:
1617

0 commit comments

Comments
 (0)