We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7accac6 commit b59fe9dCopy full SHA for b59fe9d
2 files changed
README.rst
@@ -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
6
Github Labelbot
7
===============
8
docs/installation.rst
@@ -6,11 +6,12 @@ Installation
To install the Labelbot, following steps are needed.
1. In case you don't want Labelbot to be installed to your whole system, create
9
-a virtualenv:
+a virtualenv and activate it:
10
11
::
12
13
$ virtualenv venv -p python3
14
+ $ source venv/bin/activate
15
16
2a. Download the Labelbot from GitHub and install it using ``setup.py``:
17
0 commit comments