You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebound is a command-line tool that instantly fetches Stack Overflow results when you get a compiler error. Just use the `rebound` command to execute your file.
6
4
7
5

@@ -10,6 +8,8 @@ __Featured in:__ [50 Most Popular Python Projects in 2018](https://boostlog.io/@
10
8
11
9
## Installation
12
10
11
+
>Requires Python 3.0 or higher.
12
+
13
13
Rebound works on MacOS, Linux, and Windows (if you use Cygwin), with binary downloads available for [every release.](https://github.com/shobrook/rebound/releases) You can also install it with pip:
14
14
15
15
`$ pip install rebound-cli`
@@ -18,8 +18,6 @@ or apt-get if you're using Linux:
18
18
19
19
`$ sudo apt-get install rebound-cli`
20
20
21
-
Requires Python 3.0 or higher.
22
-
23
21
## Usage
24
22
25
23
Running a file with `rebound` is just as easy as compiling it normally:
0 commit comments