Skip to content

Commit

Permalink
Document how to install tracer through pip
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Mar 31, 2015
1 parent 3e6da0d commit eacd3bf
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion doc/source/get-tracer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ So far I have ``tracer.ebuild`` in my `personal overlay`_. Please take note that
Git
---

First of all check tracer’s `requirements`_ and install them. Next download the code.
You can download the code by running this command:

::

git clone git@github.com:FrostyX/tracer.git


1) Manuall installation
~~~~~~~~~~~~~~~~~~~~~~~

First of all check tracer's `requirements`_ and install them.

Now you should be able to run it by ``tracer/bin/tracer.py``, but becaue it is so unhandy I will recommend you to make symlink into ``$PATH`` directory. For instance

::
Expand All @@ -51,6 +57,17 @@ Now you should be able to run it by ``tracer/bin/tracer.py``, but becaue it is s

and then run it just by ``tracer`` command.

2) Automated installation
~~~~~~~~~~~~~~~~~~~~~~~~~

Previous paragraph can be done by running

::

sudo pip install ./tracer/
# or
pip install --user ./tracer/


.. _F19: https://copr.fedoraproject.org/coprs/frostyx/tracer/repo/fedora-19-i386/frostyx-tracer-fedora-19-i386.repo
.. _F20: https://copr.fedoraproject.org/coprs/frostyx/tracer/repo/fedora-20-i386/frostyx-tracer-fedora-20-i386.repo
Expand Down

0 comments on commit eacd3bf

Please sign in to comment.