Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
surrsurus committed Nov 15, 2017
1 parent b1c973a commit 758e612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ Here's how you can get started programming in Gazelle.

### Prerequisites

Before you can run Gazelle, you'll need to have [Python 3.7](https://www.python.org/downloads/) installed for your respective OS. Then, make sure to download either the [latest release](https://github.com/surrsurus/gazelle/releases) of Gazelle or the latest master.
Before you can run Gazelle, you'll need to have [Python 3.6](https://www.python.org/downloads/) installed for your respective OS. Then, make sure to download either the [latest release](https://github.com/surrsurus/gazelle/releases) of Gazelle or the latest master.

### Running Gazelle

For more detail, check out the [getting started guide](https://github.com/surrsurus/gazelle/wiki/Getting-Started)

#### Windows

To run the repl, run `python gazelle.py` in the root directory from the commandline. On linux/OSX this might be `python3 gazelle.py`
To run the repl, run `python gazelle.py` in the root directory from the commandline.

#### Linux/OSX

To run the repl on linux/OSX, you can run `linux-repl.bat` in the root directory of Gazelle. You could also run `python2 gazelle.py`.
To run the repl on linux/OSX, you can run `python3 gazelle.py` in the root directory of Gazelle.

### Basic Usage

Expand Down

0 comments on commit 758e612

Please sign in to comment.