We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e4e42 commit 23594fdCopy full SHA for 23594fd
README.rst
@@ -68,6 +68,9 @@ License `BSD`_.
68
git repo .. code-block:: bash
69
70
$ git clone https://github.com/tony/tmuxp.git
71
+install stable .. code-block:: bash
72
+
73
+ $ sudo pip install tmuxp
74
install dev .. code-block:: bash
75
76
$ git clone https://github.com/tony/tmuxp.git tmuxp
@@ -80,7 +83,7 @@ install dev .. code-block:: bash
80
83
more.
81
84
tests .. code-block:: bash
82
85
- $ python ./run_tests.py
86
+ $ python ./run-tests.py
87
============== ==========================================================
88
89
.. _BSD: http://opensource.org/licenses/BSD-3-Clause
0 commit comments