Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
raul23 committed Sep 22, 2020
1 parent 095a4c2 commit ea0c26f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ Dependencies

Installation instructions 😎
============================
.. TODO IMPORTANT update released version in step 2
1. Make sure to update *pip*::

$ pip install --upgrade pip

2. Install the package ``SimulRPi`` with *pip*::
2. Install the package ``SimulRPi`` (released version **0.1.0a1**) with *pip*::

$ pip install SimulRPi

Expand Down
3 changes: 2 additions & 1 deletion README_pypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ Dependencies

Installation instructions 😎
============================
.. TODO IMPORTANT update released version in step 2
1. Make sure to update *pip*::

$ pip install --upgrade pip

2. Install the package ``SimulRPi`` with *pip*::
2. Install the package ``SimulRPi`` (released version **0.1.0a1**) with *pip*::

$ pip install SimulRPi

Expand Down
6 changes: 4 additions & 2 deletions docs/README_docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ Dependencies

Installation instructions 😎
============================
.. TODO IMPORTANT update released version in step 2
.. highlight:: none

1. Make sure to update *pip*::

$ pip install --upgrade pip

2. Install the package ``SimulRPi`` with *pip*::
2. Install the package ``SimulRPi`` (released version **0.1.0a1**) with *pip*::

$ pip install SimulRPi

Expand All @@ -106,7 +107,8 @@ Installation instructions 😎

.. note::

To install the **bleeding-edge version** of the ``SimulRPi`` package,
To install the **bleeding-edge version** (|version|) of the ``SimulRPi``
package,
install it from its github repository::

$ pip install git+https://github.com/raul23/SimulRPi#egg=SimulRPi
Expand Down
9 changes: 8 additions & 1 deletion docs/README_template.t_rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Dependencies

Installation instructions 😎
============================
.. TODO IMPORTANT update released version in step 2
<host name="readthedocs">
.. highlight:: none
</host>
Expand All @@ -132,7 +133,7 @@ Installation instructions 😎

$ pip install --upgrade pip

2. Install the package ``SimulRPi`` with *pip*::
2. Install the package ``SimulRPi`` (released version **0.1.0a1**) with *pip*::

$ pip install SimulRPi

Expand Down Expand Up @@ -168,7 +169,13 @@ Installation instructions 😎
.. note::
</host>

<host name="github, pypi">
To install the **bleeding-edge version** of the ``SimulRPi`` package,
</host>
<host name="readthedocs">
To install the **bleeding-edge version** (|version|) of the ``SimulRPi``
package,
</host>
install it from its github repository::

$ pip install git+https://github.com/raul23/SimulRPi#egg=SimulRPi
Expand Down

0 comments on commit ea0c26f

Please sign in to comment.