-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# tmuxpair – Reasonably Secure Pair Programming# | ||
# tmuxpair # | ||
|
||
[![Build Status](https://travis-ci.org/goerz/tmuxpair.svg)](https://travis-ci.org/goerz/tmuxpair) | ||
|
||
(c) 2016 by [Michael Goerz](http://michaelgoerz.net). This software is available | ||
© 2016 by [Michael Goerz](http://michaelgoerz.net). This software is available | ||
under the terms of the [MIT license][LICENSE]. | ||
|
||
[LICENSE]: LICENSE | ||
|
||
## Installation & Usage ## | ||
|
||
Install the `tmuxpair` executable with | ||
Using [virtualenv][]/[pipsi][]/[conda env][] is recommended. Install the | ||
`tmuxpair` executable with | ||
|
||
pip install tmuxpair | ||
|
||
Using [virtualenv][]/[pipsi][]/[conda env][] is recommended. | ||
|
||
[virtualenv]: http://docs.python-guide.org/en/latest/dev/virtualenvs/ | ||
[pipsi]: https://github.com/mitsuhiko/pipsi#pipsi | ||
[conda env]: http://conda.pydata.org/docs/using/envs.html | ||
|
||
Run `tmuxpair -h` for usage details. | ||
|
||
## Reasonably Secure Pair Programming ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters